Html Css Color HEX #A8CC76 Caper

📋 copy color: '#A8CC76'

red 168 ◦ green 204 ◦ blue 118

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

Shades of Caper #A8CC76

Tints of Caper #A8CC76

RGB

 RED value IS 168 (66.02% from 255) = 34.29%

 GREEN value IS 204 (80.08% from 255) = 41.63%

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 34.29%
G = 41.63%
B = 24.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#A8CC76 (or 0xA8CC76) is known color: Caper. HEX triplet: A8, CC and 76. RGB value is (168,204,118). Sum of RGB (Red+Green+Blue) = 168+204+118=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC76 is #573389. Grayscale: #B7B7B7. Windows color (decimal): -5714826 or 7785640. OLE color: 7785640.

HSL color Cylindrical-coordinate representation of color #A8CC76: hue angle of 85.12º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8CC76 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 118 -
CMYK 0.18 0 0.42 0.2
HSL 85.12º 0.46% 0.63% -
HSV(B) 85.12º 0.42% 0.8% -
XYZ 41.01 52.82 25.17 -
YUV 183.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 168 204 118 0.18 0 0.42 0.2 85.12 0.46 0.63
Hex A8 CC 76 12 0 2A 14 55 2E 3F
Octal 250 314 166 22 0 52 24 125 56 77
Binary 10101000 11001100 1110110 10010 0 101010 10100 1010101 101110 111111

Color Harmonies of #A8CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC76

Black with #A8CC76

Text Example


Text Example

White with #A8CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC76; }

 p { color: rgb(168,204,118); }

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

background-color css

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

 a { background-color: rgb(168,204,118); }

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

border-color css

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

 span { border-color: rgb(168,204,118); }

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