Html Css Color HEX #A2C16D Olivine

📋 copy color: '#A2C16D'

red 162 ◦ green 193 ◦ blue 109

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

Shades of Olivine #A2C16D

Tints of Olivine #A2C16D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.59%

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

R = 34.91%
G = 41.59%
B = 23.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#A2C16D (or 0xA2C16D) is known color: Olivine. HEX triplet: A2, C1 and 6D. RGB value is (162,193,109). Sum of RGB (Red+Green+Blue) = 162+193+109=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C16D is #5D3E92. Grayscale: #AEAEAE. Windows color (decimal): -6110867 or 7192994. OLE color: 7192994.

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

Color convert

RGB 162 193 109 -
CMYK 0.16 0 0.44 0.24
HSL 82.14º 0.4% 0.59% -
HSV(B) 82.14º 0.44% 0.76% -
XYZ 36.73 46.93 21.59 -
YUV 174.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 162 193 109 0.16 0 0.44 0.24 82.14 0.4 0.59
Hex A2 C1 6D 10 0 2C 18 52 28 3B
Octal 242 301 155 20 0 54 30 122 50 73
Binary 10100010 11000001 1101101 10000 0 101100 11000 1010010 101000 111011

Color Harmonies of #A2C16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C16D

Black with #A2C16D

Text Example


Text Example

White with #A2C16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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