Html Css Color HEX #A9CB70 Caper

📋 copy color: '#A9CB70'

red 169 ◦ green 203 ◦ blue 112

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

Shades of Caper #A9CB70

Tints of Caper #A9CB70

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.94%

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

R = 34.92%
G = 41.94%
B = 23.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#A9CB70 (or 0xA9CB70) is known color: Caper. HEX triplet: A9, CB and 70. RGB value is (169,203,112). Sum of RGB (Red+Green+Blue) = 169+203+112=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CB70 is #56348F. Grayscale: #B6B6B6. Windows color (decimal): -5649552 or 7392169. OLE color: 7392169.

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

Color convert

RGB 169 203 112 -
CMYK 0.17 0 0.45 0.20
HSL 82.42º 0.47% 0.62% -
HSV(B) 82.42º 0.45% 0.8% -
XYZ 40.64 52.32 23.29 -
YUV 182.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 169 203 112 0.17 0 0.45 0.20 82.42 0.47 0.62
Hex A9 CB 70 11 0 2D 14 52 2F 3E
Octal 251 313 160 21 0 55 24 122 57 76
Binary 10101001 11001011 1110000 10001 0 101101 10100 1010010 101111 111110

Color Harmonies of #A9CB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CB70

Black with #A9CB70

Text Example


Text Example

White with #A9CB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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