Html Css Color HEX #A2CC70 Olivine

📋 copy color: '#A2CC70'

red 162 ◦ green 204 ◦ blue 112

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

Shades of Olivine #A2CC70

Tints of Olivine #A2CC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

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

R = 33.89%
G = 42.68%
B = 23.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#A2CC70 (or 0xA2CC70) is known color: Olivine. HEX triplet: A2, CC and 70. RGB value is (162,204,112). Sum of RGB (Red+Green+Blue) = 162+204+112=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC70 is #5D338F. Grayscale: #B5B5B5. Windows color (decimal): -6108048 or 7392418. OLE color: 7392418.

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

Color convert

RGB 162 204 112 -
CMYK 0.21 0 0.45 0.2
HSL 87.39º 0.47% 0.62% -
HSV(B) 87.39º 0.45% 0.8% -
XYZ 39.42 52.04 23.3 -
YUV 180.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 162 204 112 0.21 0 0.45 0.2 87.39 0.47 0.62
Hex A2 CC 70 15 0 2D 14 57 2F 3E
Octal 242 314 160 25 0 55 24 127 57 76
Binary 10100010 11001100 1110000 10101 0 101101 10100 1010111 101111 111110

Color Harmonies of #A2CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC70

Black with #A2CC70

Text Example


Text Example

White with #A2CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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