Html Css Color HEX #A2C06F Olivine

📋 copy color: '#A2C06F'

red 162 ◦ green 192 ◦ blue 111

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

Shades of Olivine #A2C06F

Tints of Olivine #A2C06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.87%

R = 34.84%
G = 41.29%
B = 23.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#A2C06F (or 0xA2C06F) is known color: Olivine. HEX triplet: A2, C0 and 6F. RGB value is (162,192,111). Sum of RGB (Red+Green+Blue) = 162+192+111=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C06F is #5D3F90. Grayscale: #AEAEAE. Windows color (decimal): -6111121 or 7323810. OLE color: 7323810.

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

Color convert

RGB 162 192 111 -
CMYK 0.16 0 0.42 0.25
HSL 82.22º 0.39% 0.59% -
HSV(B) 82.22º 0.42% 0.75% -
XYZ 36.62 46.53 22.09 -
YUV 173.8 92.56 119.59 -
System Red Green Blue C M Y K H S L
Decimal 162 192 111 0.16 0 0.42 0.25 82.22 0.39 0.59
Hex A2 C0 6F 10 0 2A 19 52 27 3B
Octal 242 300 157 20 0 52 31 122 47 73
Binary 10100010 11000000 1101111 10000 0 101010 11001 1010010 100111 111011

Color Harmonies of #A2C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C06F

Black with #A2C06F

Text Example


Text Example

White with #A2C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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