Html Css Color HEX #ACDD81 Feijoa

📋 copy color: '#ACDD81'

red 172 ◦ green 221 ◦ blue 129

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

Shades of Feijoa #ACDD81

Tints of Feijoa #ACDD81

RGB

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

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

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

R = 32.95%
G = 42.34%
B = 24.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#ACDD81 (or 0xACDD81) is known color: Feijoa. HEX triplet: AC, DD and 81. RGB value is (172,221,129). Sum of RGB (Red+Green+Blue) = 172+221+129=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD81 is #53227E. Grayscale: #C4C4C4. Windows color (decimal): -5448319 or 8510892. OLE color: 8510892.

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

Color convert

RGB 172 221 129 -
CMYK 0.22 0 0.42 0.13
HSL 91.96º 0.58% 0.69% -
HSV(B) 91.96º 0.42% 0.87% -
XYZ 46.83 62.07 30.28 -
YUV 195.86 90.27 110.98 -
System Red Green Blue C M Y K H S L
Decimal 172 221 129 0.22 0 0.42 0.13 91.96 0.58 0.69
Hex AC DD 81 16 0 2A D 5C 3A 45
Octal 254 335 201 26 0 52 15 134 72 105
Binary 10101100 11011101 10000001 10110 0 101010 1101 1011100 111010 1000101

Color Harmonies of #ACDD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD81

Black with #ACDD81

Text Example


Text Example

White with #ACDD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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