Html Css Color HEX #ACD971 Feijoa

📋 copy color: '#ACD971'

red 172 ◦ green 217 ◦ blue 113

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

Shades of Feijoa #ACD971

Tints of Feijoa #ACD971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.51%

R = 34.26%
G = 43.23%
B = 22.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#ACD971 (or 0xACD971) is known color: Feijoa. HEX triplet: AC, D9 and 71. RGB value is (172,217,113). Sum of RGB (Red+Green+Blue) = 172+217+113=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD971 is #53268E. Grayscale: #C0C0C0. Windows color (decimal): -5449359 or 7461292. OLE color: 7461292.

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

Color convert

RGB 172 217 113 -
CMYK 0.21 0 0.48 0.15
HSL 85.96º 0.58% 0.65% -
HSV(B) 85.96º 0.48% 0.85% -
XYZ 44.81 59.59 24.76 -
YUV 191.69 83.59 113.96 -
System Red Green Blue C M Y K H S L
Decimal 172 217 113 0.21 0 0.48 0.15 85.96 0.58 0.65
Hex AC D9 71 15 0 30 F 56 3A 41
Octal 254 331 161 25 0 60 17 126 72 101
Binary 10101100 11011001 1110001 10101 0 110000 1111 1010110 111010 1000001

Color Harmonies of #ACD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD971

Black with #ACD971

Text Example


Text Example

White with #ACD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD971; }

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

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

background-color css

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

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

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

border-color css

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

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

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