Html Css Color HEX #A8CE75 Caper

📋 copy color: '#A8CE75'

red 168 ◦ green 206 ◦ blue 117

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

Shades of Caper #A8CE75

Tints of Caper #A8CE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 34.22%
G = 41.96%
B = 23.83%

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

#A8CE75 (or 0xA8CE75) is known color: Caper. HEX triplet: A8, CE and 75. RGB value is (168,206,117). Sum of RGB (Red+Green+Blue) = 168+206+117=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE75 is #57318A. Grayscale: #B8B8B8. Windows color (decimal): -5714315 or 7720616. OLE color: 7720616.

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

Color convert

RGB 168 206 117 -
CMYK 0.18 0 0.43 0.19
HSL 85.62º 0.48% 0.63% -
HSV(B) 85.62º 0.43% 0.81% -
XYZ 41.43 53.75 25.02 -
YUV 184.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 168 206 117 0.18 0 0.43 0.19 85.62 0.48 0.63
Hex A8 CE 75 12 0 2B 13 56 30 3F
Octal 250 316 165 22 0 53 23 126 60 77
Binary 10101000 11001110 1110101 10010 0 101011 10011 1010110 110000 111111

Color Harmonies of #A8CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE75

Black with #A8CE75

Text Example


Text Example

White with #A8CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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