Html Css Color HEX #ACD892 Feijoa

📋 copy color: '#ACD892'

red 172 ◦ green 216 ◦ blue 146

#ACD892
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #ACD892

Tints of Feijoa #ACD892

RGB

 RED value IS 172 (67.58% from 255) = 32.21%

 GREEN value IS 216 (84.77% from 255) = 40.45%

 BLUE value IS 146 (57.42% from 255) = 27.34%

R = 32.21%
G = 40.45%
B = 27.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACD892 (or 0xACD892) is known color: Feijoa. HEX triplet: AC, D8 and 92. RGB value is (172,216,146). Sum of RGB (Red+Green+Blue) = 172+216+146=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD892 is #53276D. Grayscale: #C3C3C3. Windows color (decimal): -5449582 or 9623724. OLE color: 9623724.

HSL color Cylindrical-coordinate representation of color #ACD892: hue angle of 97.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD892 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 146 -
CMYK 0.20 0 0.32 0.15
HSL 97.71º 0.47% 0.71% -
HSV(B) 97.71º 0.32% 0.85% -
XYZ 46.76 59.96 36.3 -
YUV 194.86 100.42 111.69 -
System Red Green Blue C M Y K H S L
Decimal 172 216 146 0.20 0 0.32 0.15 97.71 0.47 0.71
Hex AC D8 92 14 0 20 F 62 2F 47
Octal 254 330 222 24 0 40 17 142 57 107
Binary 10101100 11011000 10010010 10100 0 100000 1111 1100010 101111 1000111

Color Harmonies of #ACD892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD892

Black with #ACD892

Text Example


Text Example

White with #ACD892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD892; }

 p { color: rgb(172,216,146); }

 H1.HeaderClassName
 {
   color: #ACD892;
 }
 .AnyTagClassName
 {
   color: #ACD892;
 }
</style>

background-color css

<style>
 a { background-color: #ACD892; }

 a { background-color: rgb(172,216,146); }

 div.DivClassName
 {
   background-color: #ACD892;
 }
 .BgClassName
 {
   background-color: #ACD892;
 }
</style>

border-color css

<style>
 span { border-color: #ACD892; }

 span { border-color: rgb(172,216,146); }

 td.TdClassName
 {
   border-color: #ACD892;
 }
 .TagClassName
 {
   border-color: #ACD892;
 }
</style>