Html Css Color HEX #ACC270 Caper

📋 copy color: '#ACC270'

red 172 ◦ green 194 ◦ blue 112

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

Shades of Caper #ACC270

Tints of Caper #ACC270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.59%

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

R = 35.98%
G = 40.59%
B = 23.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#ACC270 (or 0xACC270) is known color: Caper. HEX triplet: AC, C2 and 70. RGB value is (172,194,112). Sum of RGB (Red+Green+Blue) = 172+194+112=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC270 is #533D8F. Grayscale: #B2B2B2. Windows color (decimal): -5455248 or 7389868. OLE color: 7389868.

HSL color Cylindrical-coordinate representation of color #ACC270: hue angle of 76.1º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACC270 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 112 -
CMYK 0.11 0 0.42 0.24
HSL 76.1º 0.4% 0.6% -
HSV(B) 76.1º 0.42% 0.76% -
XYZ 39.23 48.52 22.63 -
YUV 178.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 172 194 112 0.11 0 0.42 0.24 76.1 0.4 0.6
Hex AC C2 70 B 0 2A 18 4C 28 3C
Octal 254 302 160 13 0 52 30 114 50 74
Binary 10101100 11000010 1110000 1011 0 101010 11000 1001100 101000 111100

Color Harmonies of #ACC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC270

Black with #ACC270

Text Example


Text Example

White with #ACC270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC270; }

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

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

background-color css

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

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

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

border-color css

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

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

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