Html Css Color HEX #ACDB81 Feijoa

📋 copy color: '#ACDB81'

red 172 ◦ green 219 ◦ blue 129

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

Shades of Feijoa #ACDB81

Tints of Feijoa #ACDB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.81%

R = 33.08%
G = 42.12%
B = 24.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#ACDB81 (or 0xACDB81) is known color: Feijoa. HEX triplet: AC, DB and 81. RGB value is (172,219,129). Sum of RGB (Red+Green+Blue) = 172+219+129=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDB81 is #53247E. Grayscale: #C2C2C2. Windows color (decimal): -5448831 or 8510380. OLE color: 8510380.

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

Color convert

RGB 172 219 129 -
CMYK 0.21 0 0.41 0.14
HSL 91.33º 0.56% 0.68% -
HSV(B) 91.33º 0.41% 0.86% -
XYZ 46.31 61.02 30.11 -
YUV 194.69 90.93 111.82 -
System Red Green Blue C M Y K H S L
Decimal 172 219 129 0.21 0 0.41 0.14 91.33 0.56 0.68
Hex AC DB 81 15 0 29 E 5B 38 44
Octal 254 333 201 25 0 51 16 133 70 104
Binary 10101100 11011011 10000001 10101 0 101001 1110 1011011 111000 1000100

Color Harmonies of #ACDB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB81

Black with #ACDB81

Text Example


Text Example

White with #ACDB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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