Html Css Color HEX #ACDD89 Feijoa

📋 copy color: '#ACDD89'

red 172 ◦ green 221 ◦ blue 137

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

Shades of Feijoa #ACDD89

Tints of Feijoa #ACDD89

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

 BLUE value IS 137 (53.91% from 255) = 25.85%

R = 32.45%
G = 41.7%
B = 25.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#ACDD89 (or 0xACDD89) is known color: Feijoa. HEX triplet: AC, DD and 89. RGB value is (172,221,137). Sum of RGB (Red+Green+Blue) = 172+221+137=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD89 is #532276. Grayscale: #C5C5C5. Windows color (decimal): -5448311 or 9035180. OLE color: 9035180.

HSL color Cylindrical-coordinate representation of color #ACDD89: hue angle of 95º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACDD89 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 137 -
CMYK 0.22 0 0.38 0.13
HSL 95º 0.55% 0.7% -
HSV(B) 95º 0.38% 0.87% -
XYZ 47.39 62.29 33.19 -
YUV 196.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 172 221 137 0.22 0 0.38 0.13 95 0.55 0.7
Hex AC DD 89 16 0 26 D 5F 37 46
Octal 254 335 211 26 0 46 15 137 67 106
Binary 10101100 11011101 10001001 10110 0 100110 1101 1011111 110111 1000110

Color Harmonies of #ACDD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD89

Black with #ACDD89

Text Example


Text Example

White with #ACDD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD89; }

 p { color: rgb(172,221,137); }

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

background-color css

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

 a { background-color: rgb(172,221,137); }

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

border-color css

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

 span { border-color: rgb(172,221,137); }

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