Html Css Color HEX #A8CA70 Caper

📋 copy color: '#A8CA70'

red 168 ◦ green 202 ◦ blue 112

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

Shades of Caper #A8CA70

Tints of Caper #A8CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

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

R = 34.85%
G = 41.91%
B = 23.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#A8CA70 (or 0xA8CA70) is known color: Caper. HEX triplet: A8, CA and 70. RGB value is (168,202,112). Sum of RGB (Red+Green+Blue) = 168+202+112=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA70 is #57358F. Grayscale: #B5B5B5. Windows color (decimal): -5715344 or 7391912. OLE color: 7391912.

HSL color Cylindrical-coordinate representation of color #A8CA70: hue angle of 82.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8CA70 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 112 -
CMYK 0.17 0 0.45 0.21
HSL 82.67º 0.46% 0.62% -
HSV(B) 82.67º 0.45% 0.79% -
XYZ 40.19 51.74 23.2 -
YUV 181.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 168 202 112 0.17 0 0.45 0.21 82.67 0.46 0.62
Hex A8 CA 70 11 0 2D 15 53 2E 3E
Octal 250 312 160 21 0 55 25 123 56 76
Binary 10101000 11001010 1110000 10001 0 101101 10101 1010011 101110 111110

Color Harmonies of #A8CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA70

Black with #A8CA70

Text Example


Text Example

White with #A8CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA70; }

 p { color: rgb(168,202,112); }

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

background-color css

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

 a { background-color: rgb(168,202,112); }

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

border-color css

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

 span { border-color: rgb(168,202,112); }

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