Html Css Color HEX #A8CE76 Caper

📋 copy color: '#A8CE76'

red 168 ◦ green 206 ◦ blue 118

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

Shades of Caper #A8CE76

Tints of Caper #A8CE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.87%

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

R = 34.15%
G = 41.87%
B = 23.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#A8CE76 (or 0xA8CE76) is known color: Caper. HEX triplet: A8, CE and 76. RGB value is (168,206,118). Sum of RGB (Red+Green+Blue) = 168+206+118=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE76 is #573189. Grayscale: #B8B8B8. Windows color (decimal): -5714314 or 7786152. OLE color: 7786152.

HSL color Cylindrical-coordinate representation of color #A8CE76: hue angle of 85.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8CE76 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 118 -
CMYK 0.18 0 0.43 0.19
HSL 85.91º 0.47% 0.64% -
HSV(B) 85.91º 0.43% 0.81% -
XYZ 41.49 53.78 25.33 -
YUV 184.61 90.41 116.16 -
System Red Green Blue C M Y K H S L
Decimal 168 206 118 0.18 0 0.43 0.19 85.91 0.47 0.64
Hex A8 CE 76 12 0 2B 13 56 2F 40
Octal 250 316 166 22 0 53 23 126 57 100
Binary 10101000 11001110 1110110 10010 0 101011 10011 1010110 101111 1000000

Color Harmonies of #A8CE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE76

Black with #A8CE76

Text Example


Text Example

White with #A8CE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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