Html Css Color HEX #ACDB89 Feijoa

📋 copy color: '#ACDB89'

red 172 ◦ green 219 ◦ blue 137

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

Shades of Feijoa #ACDB89

Tints of Feijoa #ACDB89

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.48%

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

R = 32.58%
G = 41.48%
B = 25.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#ACDB89 (or 0xACDB89) is known color: Feijoa. HEX triplet: AC, DB and 89. RGB value is (172,219,137). Sum of RGB (Red+Green+Blue) = 172+219+137=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB89 is #532476. Grayscale: #C3C3C3. Windows color (decimal): -5448823 or 9034668. OLE color: 9034668.

HSL color Cylindrical-coordinate representation of color #ACDB89: hue angle of 94.39º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACDB89 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 137 -
CMYK 0.21 0 0.37 0.14
HSL 94.39º 0.53% 0.7% -
HSV(B) 94.39º 0.37% 0.86% -
XYZ 46.86 61.24 33.02 -
YUV 195.6 94.93 111.17 -
System Red Green Blue C M Y K H S L
Decimal 172 219 137 0.21 0 0.37 0.14 94.39 0.53 0.7
Hex AC DB 89 15 0 25 E 5E 35 46
Octal 254 333 211 25 0 45 16 136 65 106
Binary 10101100 11011011 10001001 10101 0 100101 1110 1011110 110101 1000110

Color Harmonies of #ACDB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB89

Black with #ACDB89

Text Example


Text Example

White with #ACDB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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