Html Css Color HEX #A2C96E Olivine

📋 copy color: '#A2C96E'

red 162 ◦ green 201 ◦ blue 110

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

Shades of Olivine #A2C96E

Tints of Olivine #A2C96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.26%

R = 34.25%
G = 42.49%
B = 23.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#A2C96E (or 0xA2C96E) is known color: Olivine. HEX triplet: A2, C9 and 6E. RGB value is (162,201,110). Sum of RGB (Red+Green+Blue) = 162+201+110=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C96E is #5D3691. Grayscale: #B3B3B3. Windows color (decimal): -6108818 or 7260578. OLE color: 7260578.

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

Color convert

RGB 162 201 110 -
CMYK 0.19 0 0.45 0.21
HSL 85.71º 0.46% 0.61% -
HSV(B) 85.71º 0.45% 0.79% -
XYZ 38.6 50.58 22.48 -
YUV 178.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 162 201 110 0.19 0 0.45 0.21 85.71 0.46 0.61
Hex A2 C9 6E 13 0 2D 15 56 2E 3D
Octal 242 311 156 23 0 55 25 126 56 75
Binary 10100010 11001001 1101110 10011 0 101101 10101 1010110 101110 111101

Color Harmonies of #A2C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C96E

Black with #A2C96E

Text Example


Text Example

White with #A2C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C96E; }

 p { color: rgb(162,201,110); }

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

background-color css

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

 a { background-color: rgb(162,201,110); }

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

border-color css

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

 span { border-color: rgb(162,201,110); }

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