Html Css Color HEX #ACD972 Feijoa

📋 copy color: '#ACD972'

red 172 ◦ green 217 ◦ blue 114

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

Shades of Feijoa #ACD972

Tints of Feijoa #ACD972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.66%

R = 34.19%
G = 43.14%
B = 22.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#ACD972 (or 0xACD972) is known color: Feijoa. HEX triplet: AC, D9 and 72. RGB value is (172,217,114). Sum of RGB (Red+Green+Blue) = 172+217+114=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD972 is #53268D. Grayscale: #C0C0C0. Windows color (decimal): -5449358 or 7526828. OLE color: 7526828.

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

Color convert

RGB 172 217 114 -
CMYK 0.21 0 0.47 0.15
HSL 86.21º 0.58% 0.65% -
HSV(B) 86.21º 0.47% 0.85% -
XYZ 44.86 59.61 25.06 -
YUV 191.8 84.09 113.88 -
System Red Green Blue C M Y K H S L
Decimal 172 217 114 0.21 0 0.47 0.15 86.21 0.58 0.65
Hex AC D9 72 15 0 2F F 56 3A 41
Octal 254 331 162 25 0 57 17 126 72 101
Binary 10101100 11011001 1110010 10101 0 101111 1111 1010110 111010 1000001

Color Harmonies of #ACD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD972

Black with #ACD972

Text Example


Text Example

White with #ACD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD972; }

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

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

background-color css

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

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

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

border-color css

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

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

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