Html Css Color HEX #A2C06D Olivine

📋 copy color: '#A2C06D'

red 162 ◦ green 192 ◦ blue 109

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

Shades of Olivine #A2C06D

Tints of Olivine #A2C06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.47%

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

R = 34.99%
G = 41.47%
B = 23.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A2C06D (or 0xA2C06D) is known color: Olivine. HEX triplet: A2, C0 and 6D. RGB value is (162,192,109). Sum of RGB (Red+Green+Blue) = 162+192+109=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C06D is #5D3F92. Grayscale: #ADADAD. Windows color (decimal): -6111123 or 7192738. OLE color: 7192738.

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

Color convert

RGB 162 192 109 -
CMYK 0.16 0 0.43 0.25
HSL 81.69º 0.4% 0.59% -
HSV(B) 81.69º 0.43% 0.75% -
XYZ 36.51 46.48 21.52 -
YUV 173.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 162 192 109 0.16 0 0.43 0.25 81.69 0.4 0.59
Hex A2 C0 6D 10 0 2B 19 52 28 3B
Octal 242 300 155 20 0 53 31 122 50 73
Binary 10100010 11000000 1101101 10000 0 101011 11001 1010010 101000 111011

Color Harmonies of #A2C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C06D

Black with #A2C06D

Text Example


Text Example

White with #A2C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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