Html Css Color HEX #ACDD77 Feijoa

📋 copy color: '#ACDD77'

red 172 ◦ green 221 ◦ blue 119

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

Shades of Feijoa #ACDD77

Tints of Feijoa #ACDD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.24%

R = 33.59%
G = 43.16%
B = 23.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#ACDD77 (or 0xACDD77) is known color: Feijoa. HEX triplet: AC, DD and 77. RGB value is (172,221,119). Sum of RGB (Red+Green+Blue) = 172+221+119=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD77 is #532288. Grayscale: #C3C3C3. Windows color (decimal): -5448329 or 7855532. OLE color: 7855532.

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

Color convert

RGB 172 221 119 -
CMYK 0.22 0 0.46 0.13
HSL 88.82º 0.6% 0.67% -
HSV(B) 88.82º 0.46% 0.87% -
XYZ 46.2 61.82 26.95 -
YUV 194.72 85.27 111.79 -
System Red Green Blue C M Y K H S L
Decimal 172 221 119 0.22 0 0.46 0.13 88.82 0.6 0.67
Hex AC DD 77 16 0 2E D 59 3C 43
Octal 254 335 167 26 0 56 15 131 74 103
Binary 10101100 11011101 1110111 10110 0 101110 1101 1011001 111100 1000011

Color Harmonies of #ACDD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD77

Black with #ACDD77

Text Example


Text Example

White with #ACDD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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