Html Css Color HEX #ACD29A Feijoa

📋 copy color: '#ACD29A'

red 172 ◦ green 210 ◦ blue 154

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

Shades of Feijoa #ACD29A

Tints of Feijoa #ACD29A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.18%

 BLUE value IS 154 (60.55% from 255) = 28.73%

R = 32.09%
G = 39.18%
B = 28.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#ACD29A (or 0xACD29A) is known color: Feijoa. HEX triplet: AC, D2 and 9A. RGB value is (172,210,154). Sum of RGB (Red+Green+Blue) = 172+210+154=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD29A is #532D65. Grayscale: #C0C0C0. Windows color (decimal): -5451110 or 10146476. OLE color: 10146476.

HSL color Cylindrical-coordinate representation of color #ACD29A: hue angle of 100.71º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD29A is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 154 -
CMYK 0.18 0 0.27 0.18
HSL 100.71º 0.38% 0.71% -
HSV(B) 100.71º 0.27% 0.82% -
XYZ 45.89 57.2 39.19 -
YUV 192.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 172 210 154 0.18 0 0.27 0.18 100.71 0.38 0.71
Hex AC D2 9A 12 0 1B 12 65 26 47
Octal 254 322 232 22 0 33 22 145 46 107
Binary 10101100 11010010 10011010 10010 0 11011 10010 1100101 100110 1000111

Color Harmonies of #ACD29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD29A

Black with #ACD29A

Text Example


Text Example

White with #ACD29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD29A; }

 p { color: rgb(172,210,154); }

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

background-color css

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

 a { background-color: rgb(172,210,154); }

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

border-color css

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

 span { border-color: rgb(172,210,154); }

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