Html Css Color HEX #ACDB86 Feijoa

📋 copy color: '#ACDB86'

red 172 ◦ green 219 ◦ blue 134

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

Shades of Feijoa #ACDB86

Tints of Feijoa #ACDB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.52%

R = 32.76%
G = 41.71%
B = 25.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#ACDB86 (or 0xACDB86) is known color: Feijoa. HEX triplet: AC, DB and 86. RGB value is (172,219,134). Sum of RGB (Red+Green+Blue) = 172+219+134=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB86 is #532479. Grayscale: #C3C3C3. Windows color (decimal): -5448826 or 8838060. OLE color: 8838060.

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

Color convert

RGB 172 219 134 -
CMYK 0.21 0 0.39 0.14
HSL 93.18º 0.54% 0.69% -
HSV(B) 93.18º 0.39% 0.86% -
XYZ 46.65 61.15 31.9 -
YUV 195.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 172 219 134 0.21 0 0.39 0.14 93.18 0.54 0.69
Hex AC DB 86 15 0 27 E 5D 36 45
Octal 254 333 206 25 0 47 16 135 66 105
Binary 10101100 11011011 10000110 10101 0 100111 1110 1011101 110110 1000101

Color Harmonies of #ACDB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB86

Black with #ACDB86

Text Example


Text Example

White with #ACDB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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