Html Css Color HEX #A2C96D Olivine

📋 copy color: '#A2C96D'

red 162 ◦ green 201 ◦ blue 109

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

Shades of Olivine #A2C96D

Tints of Olivine #A2C96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 34.32%
G = 42.58%
B = 23.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#A2C96D (or 0xA2C96D) is known color: Olivine. HEX triplet: A2, C9 and 6D. RGB value is (162,201,109). Sum of RGB (Red+Green+Blue) = 162+201+109=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C96D is #5D3692. Grayscale: #B3B3B3. Windows color (decimal): -6108819 or 7195042. OLE color: 7195042.

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

Color convert

RGB 162 201 109 -
CMYK 0.19 0 0.46 0.21
HSL 85.43º 0.46% 0.61% -
HSV(B) 85.43º 0.46% 0.79% -
XYZ 38.55 50.56 22.2 -
YUV 178.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 162 201 109 0.19 0 0.46 0.21 85.43 0.46 0.61
Hex A2 C9 6D 13 0 2E 15 55 2E 3D
Octal 242 311 155 23 0 56 25 125 56 75
Binary 10100010 11001001 1101101 10011 0 101110 10101 1010101 101110 111101

Color Harmonies of #A2C96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C96D

Black with #A2C96D

Text Example


Text Example

White with #A2C96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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