Html Css Color HEX #ACD977 Feijoa

📋 copy color: '#ACD977'

red 172 ◦ green 217 ◦ blue 119

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

Shades of Feijoa #ACD977

Tints of Feijoa #ACD977

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.72%

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

R = 33.86%
G = 42.72%
B = 23.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#ACD977 (or 0xACD977) is known color: Feijoa. HEX triplet: AC, D9 and 77. RGB value is (172,217,119). Sum of RGB (Red+Green+Blue) = 172+217+119=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD977 is #532688. Grayscale: #C0C0C0. Windows color (decimal): -5449353 or 7854508. OLE color: 7854508.

HSL color Cylindrical-coordinate representation of color #ACD977: hue angle of 87.55º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACD977 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 119 -
CMYK 0.21 0 0.45 0.15
HSL 87.55º 0.56% 0.66% -
HSV(B) 87.55º 0.45% 0.85% -
XYZ 45.16 59.73 26.6 -
YUV 192.37 86.59 113.47 -
System Red Green Blue C M Y K H S L
Decimal 172 217 119 0.21 0 0.45 0.15 87.55 0.56 0.66
Hex AC D9 77 15 0 2D F 58 38 42
Octal 254 331 167 25 0 55 17 130 70 102
Binary 10101100 11011001 1110111 10101 0 101101 1111 1011000 111000 1000010

Color Harmonies of #ACD977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD977

Black with #ACD977

Text Example


Text Example

White with #ACD977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD977; }

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

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

background-color css

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

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

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

border-color css

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

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

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