Html Css Color HEX #ACD970 Feijoa

📋 copy color: '#ACD970'

red 172 ◦ green 217 ◦ blue 112

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

Shades of Feijoa #ACD970

Tints of Feijoa #ACD970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.36%

R = 34.33%
G = 43.31%
B = 22.36%

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

#ACD970 (or 0xACD970) is known color: Feijoa. HEX triplet: AC, D9 and 70. RGB value is (172,217,112). Sum of RGB (Red+Green+Blue) = 172+217+112=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD970 is #53268F. Grayscale: #BFBFBF. Windows color (decimal): -5449360 or 7395756. OLE color: 7395756.

HSL color Cylindrical-coordinate representation of color #ACD970: hue angle of 85.71º 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 #ACD970 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 112 -
CMYK 0.21 0 0.48 0.15
HSL 85.71º 0.58% 0.65% -
HSV(B) 85.71º 0.48% 0.85% -
XYZ 44.75 59.57 24.47 -
YUV 191.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 172 217 112 0.21 0 0.48 0.15 85.71 0.58 0.65
Hex AC D9 70 15 0 30 F 56 3A 41
Octal 254 331 160 25 0 60 17 126 72 101
Binary 10101100 11011001 1110000 10101 0 110000 1111 1010110 111010 1000001

Color Harmonies of #ACD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD970

Black with #ACD970

Text Example


Text Example

White with #ACD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD970; }

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

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

background-color css

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

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

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

border-color css

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

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

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