Html Css Color HEX #ACC970 Caper

📋 copy color: '#ACC970'

red 172 ◦ green 201 ◦ blue 112

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

Shades of Caper #ACC970

Tints of Caper #ACC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.44%

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

R = 35.46%
G = 41.44%
B = 23.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#ACC970 (or 0xACC970) is known color: Caper. HEX triplet: AC, C9 and 70. RGB value is (172,201,112). Sum of RGB (Red+Green+Blue) = 172+201+112=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC970 is #53368F. Grayscale: #B6B6B6. Windows color (decimal): -5453456 or 7391660. OLE color: 7391660.

HSL color Cylindrical-coordinate representation of color #ACC970: hue angle of 79.55º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACC970 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 112 -
CMYK 0.14 0 0.44 0.21
HSL 79.55º 0.45% 0.61% -
HSV(B) 79.55º 0.44% 0.79% -
XYZ 40.82 51.71 23.16 -
YUV 182.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 172 201 112 0.14 0 0.44 0.21 79.55 0.45 0.61
Hex AC C9 70 E 0 2C 15 50 2D 3D
Octal 254 311 160 16 0 54 25 120 55 75
Binary 10101100 11001001 1110000 1110 0 101100 10101 1010000 101101 111101

Color Harmonies of #ACC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC970

Black with #ACC970

Text Example


Text Example

White with #ACC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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