Html Css Color HEX #ACC470 Caper

📋 copy color: '#ACC470'

red 172 ◦ green 196 ◦ blue 112

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

Shades of Caper #ACC470

Tints of Caper #ACC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.83%

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

R = 35.83%
G = 40.83%
B = 23.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#ACC470 (or 0xACC470) is known color: Caper. HEX triplet: AC, C4 and 70. RGB value is (172,196,112). Sum of RGB (Red+Green+Blue) = 172+196+112=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC470 is #533B8F. Grayscale: #B3B3B3. Windows color (decimal): -5454736 or 7390380. OLE color: 7390380.

HSL color Cylindrical-coordinate representation of color #ACC470: hue angle of 77.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC470 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 112 -
CMYK 0.12 0 0.43 0.23
HSL 77.14º 0.42% 0.6% -
HSV(B) 77.14º 0.43% 0.77% -
XYZ 39.68 49.42 22.78 -
YUV 179.25 90.05 122.83 -
System Red Green Blue C M Y K H S L
Decimal 172 196 112 0.12 0 0.43 0.23 77.14 0.42 0.6
Hex AC C4 70 C 0 2B 17 4D 2A 3C
Octal 254 304 160 14 0 53 27 115 52 74
Binary 10101100 11000100 1110000 1100 0 101011 10111 1001101 101010 111100

Color Harmonies of #ACC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC470

Black with #ACC470

Text Example


Text Example

White with #ACC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC470; }

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

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

background-color css

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

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

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

border-color css

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

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

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