Html Css Color HEX #A9C970 Caper

📋 copy color: '#A9C970'

red 169 ◦ green 201 ◦ blue 112

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

Shades of Caper #A9C970

Tints of Caper #A9C970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.7%

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

R = 35.06%
G = 41.7%
B = 23.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#A9C970 (or 0xA9C970) is known color: Caper. HEX triplet: A9, C9 and 70. RGB value is (169,201,112). Sum of RGB (Red+Green+Blue) = 169+201+112=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C970 is #56368F. Grayscale: #B5B5B5. Windows color (decimal): -5650064 or 7391657. OLE color: 7391657.

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

Color convert

RGB 169 201 112 -
CMYK 0.16 0 0.44 0.21
HSL 81.57º 0.45% 0.61% -
HSV(B) 81.57º 0.44% 0.79% -
XYZ 40.17 51.38 23.13 -
YUV 181.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 169 201 112 0.16 0 0.44 0.21 81.57 0.45 0.61
Hex A9 C9 70 10 0 2C 15 52 2D 3D
Octal 251 311 160 20 0 54 25 122 55 75
Binary 10101001 11001001 1110000 10000 0 101100 10101 1010010 101101 111101

Color Harmonies of #A9C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C970

Black with #A9C970

Text Example


Text Example

White with #A9C970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C970; }

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

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

background-color css

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

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

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

border-color css

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

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

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