Html Css Color HEX #ACDD79 Feijoa

📋 copy color: '#ACDD79'

red 172 ◦ green 221 ◦ blue 121

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

Shades of Feijoa #ACDD79

Tints of Feijoa #ACDD79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.54%

R = 33.46%
G = 43%
B = 23.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#ACDD79 (or 0xACDD79) is known color: Feijoa. HEX triplet: AC, DD and 79. RGB value is (172,221,121). Sum of RGB (Red+Green+Blue) = 172+221+121=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD79 is #532286. Grayscale: #C3C3C3. Windows color (decimal): -5448327 or 7986604. OLE color: 7986604.

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

Color convert

RGB 172 221 121 -
CMYK 0.22 0 0.45 0.13
HSL 89.4º 0.6% 0.67% -
HSV(B) 89.4º 0.45% 0.87% -
XYZ 46.32 61.86 27.59 -
YUV 194.95 86.27 111.63 -
System Red Green Blue C M Y K H S L
Decimal 172 221 121 0.22 0 0.45 0.13 89.4 0.6 0.67
Hex AC DD 79 16 0 2D D 59 3C 43
Octal 254 335 171 26 0 55 15 131 74 103
Binary 10101100 11011101 1111001 10110 0 101101 1101 1011001 111100 1000011

Color Harmonies of #ACDD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD79

Black with #ACDD79

Text Example


Text Example

White with #ACDD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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