Html Css Color HEX #A2C36D Olivine

📋 copy color: '#A2C36D'

red 162 ◦ green 195 ◦ blue 109

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

Shades of Olivine #A2C36D

Tints of Olivine #A2C36D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.85%

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

R = 34.76%
G = 41.85%
B = 23.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#A2C36D (or 0xA2C36D) is known color: Olivine. HEX triplet: A2, C3 and 6D. RGB value is (162,195,109). Sum of RGB (Red+Green+Blue) = 162+195+109=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C36D is #5D3C92. Grayscale: #AFAFAF. Windows color (decimal): -6110355 or 7193506. OLE color: 7193506.

HSL color Cylindrical-coordinate representation of color #A2C36D: hue angle of 83.02º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2C36D is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 195 109 -
CMYK 0.17 0 0.44 0.24
HSL 83.02º 0.42% 0.6% -
HSV(B) 83.02º 0.44% 0.76% -
XYZ 37.18 47.82 21.74 -
YUV 175.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 162 195 109 0.17 0 0.44 0.24 83.02 0.42 0.6
Hex A2 C3 6D 11 0 2C 18 53 2A 3C
Octal 242 303 155 21 0 54 30 123 52 74
Binary 10100010 11000011 1101101 10001 0 101100 11000 1010011 101010 111100

Color Harmonies of #A2C36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C36D

Black with #A2C36D

Text Example


Text Example

White with #A2C36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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