Html Css Color HEX #A2CB70 Olivine

📋 copy color: '#A2CB70'

red 162 ◦ green 203 ◦ blue 112

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

Shades of Olivine #A2CB70

Tints of Olivine #A2CB70

RGB

 RED value IS 162 (63.67% from 255) = 33.96%

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

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

R = 33.96%
G = 42.56%
B = 23.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#A2CB70 (or 0xA2CB70) is known color: Olivine. HEX triplet: A2, CB and 70. RGB value is (162,203,112). Sum of RGB (Red+Green+Blue) = 162+203+112=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB70 is #5D348F. Grayscale: #B4B4B4. Windows color (decimal): -6108304 or 7392162. OLE color: 7392162.

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

Color convert

RGB 162 203 112 -
CMYK 0.20 0 0.45 0.20
HSL 87.03º 0.47% 0.62% -
HSV(B) 87.03º 0.45% 0.8% -
XYZ 39.18 51.56 23.22 -
YUV 180.37 89.42 114.9 -
System Red Green Blue C M Y K H S L
Decimal 162 203 112 0.20 0 0.45 0.20 87.03 0.47 0.62
Hex A2 CB 70 14 0 2D 14 57 2F 3E
Octal 242 313 160 24 0 55 24 127 57 76
Binary 10100010 11001011 1110000 10100 0 101101 10100 1010111 101111 111110

Color Harmonies of #A2CB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CB70

Black with #A2CB70

Text Example


Text Example

White with #A2CB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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