Html Css Color HEX #A9CA70 Caper

📋 copy color: '#A9CA70'

red 169 ◦ green 202 ◦ blue 112

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

Shades of Caper #A9CA70

Tints of Caper #A9CA70

RGB

 RED value IS 169 (66.41% from 255) = 34.99%

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

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

R = 34.99%
G = 41.82%
B = 23.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#A9CA70 (or 0xA9CA70) is known color: Caper. HEX triplet: A9, CA and 70. RGB value is (169,202,112). Sum of RGB (Red+Green+Blue) = 169+202+112=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA70 is #56358F. Grayscale: #B6B6B6. Windows color (decimal): -5649808 or 7391913. OLE color: 7391913.

HSL color Cylindrical-coordinate representation of color #A9CA70: hue angle of 82º 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 #A9CA70 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 202 112 -
CMYK 0.16 0 0.45 0.21
HSL 82º 0.46% 0.62% -
HSV(B) 82º 0.45% 0.79% -
XYZ 40.41 51.85 23.21 -
YUV 181.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 169 202 112 0.16 0 0.45 0.21 82 0.46 0.62
Hex A9 CA 70 10 0 2D 15 52 2E 3E
Octal 251 312 160 20 0 55 25 122 56 76
Binary 10101001 11001010 1110000 10000 0 101101 10101 1010010 101110 111110

Color Harmonies of #A9CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CA70

Black with #A9CA70

Text Example


Text Example

White with #A9CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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