Html Css Color HEX #ACC16E Caper

📋 copy color: '#ACC16E'

red 172 ◦ green 193 ◦ blue 110

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

Shades of Caper #ACC16E

Tints of Caper #ACC16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.63%

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 36.21%
G = 40.63%
B = 23.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#ACC16E (or 0xACC16E) is known color: Caper. HEX triplet: AC, C1 and 6E. RGB value is (172,193,110). Sum of RGB (Red+Green+Blue) = 172+193+110=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC16E is #533E91. Grayscale: #B1B1B1. Windows color (decimal): -5455506 or 7258540. OLE color: 7258540.

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

Color convert

RGB 172 193 110 -
CMYK 0.11 0 0.43 0.24
HSL 75.18º 0.4% 0.59% -
HSV(B) 75.18º 0.43% 0.76% -
XYZ 38.9 48.04 21.97 -
YUV 177.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 172 193 110 0.11 0 0.43 0.24 75.18 0.4 0.59
Hex AC C1 6E B 0 2B 18 4B 28 3B
Octal 254 301 156 13 0 53 30 113 50 73
Binary 10101100 11000001 1101110 1011 0 101011 11000 1001011 101000 111011

Color Harmonies of #ACC16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC16E

Black with #ACC16E

Text Example


Text Example

White with #ACC16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC16E; }

 p { color: rgb(172,193,110); }

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

background-color css

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

 a { background-color: rgb(172,193,110); }

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

border-color css

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

 span { border-color: rgb(172,193,110); }

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