Html Css Color HEX #ACDB87 Feijoa

📋 copy color: '#ACDB87'

red 172 ◦ green 219 ◦ blue 135

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

Shades of Feijoa #ACDB87

Tints of Feijoa #ACDB87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.67%

R = 32.7%
G = 41.63%
B = 25.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#ACDB87 (or 0xACDB87) is known color: Feijoa. HEX triplet: AC, DB and 87. RGB value is (172,219,135). Sum of RGB (Red+Green+Blue) = 172+219+135=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB87 is #532478. Grayscale: #C3C3C3. Windows color (decimal): -5448825 or 8903596. OLE color: 8903596.

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

Color convert

RGB 172 219 135 -
CMYK 0.21 0 0.38 0.14
HSL 93.57º 0.54% 0.69% -
HSV(B) 93.57º 0.38% 0.86% -
XYZ 46.72 61.18 32.27 -
YUV 195.37 93.93 111.33 -
System Red Green Blue C M Y K H S L
Decimal 172 219 135 0.21 0 0.38 0.14 93.57 0.54 0.69
Hex AC DB 87 15 0 26 E 5E 36 45
Octal 254 333 207 25 0 46 16 136 66 105
Binary 10101100 11011011 10000111 10101 0 100110 1110 1011110 110110 1000101

Color Harmonies of #ACDB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB87

Black with #ACDB87

Text Example


Text Example

White with #ACDB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB87; }

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

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

background-color css

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

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

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

border-color css

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

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

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