Html Css Color HEX #A2D06F Olivine

📋 copy color: '#A2D06F'

red 162 ◦ green 208 ◦ blue 111

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

Shades of Olivine #A2D06F

Tints of Olivine #A2D06F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.24%

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

R = 33.68%
G = 43.24%
B = 23.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#A2D06F (or 0xA2D06F) is known color: Olivine. HEX triplet: A2, D0 and 6F. RGB value is (162,208,111). Sum of RGB (Red+Green+Blue) = 162+208+111=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D06F is #5D2F90. Grayscale: #B7B7B7. Windows color (decimal): -6107025 or 7327906. OLE color: 7327906.

HSL color Cylindrical-coordinate representation of color #A2D06F: hue angle of 88.45º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2D06F is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 111 -
CMYK 0.22 0 0.47 0.18
HSL 88.45º 0.51% 0.63% -
HSV(B) 88.45º 0.47% 0.82% -
XYZ 40.33 53.94 23.33 -
YUV 183.19 87.26 112.89 -
System Red Green Blue C M Y K H S L
Decimal 162 208 111 0.22 0 0.47 0.18 88.45 0.51 0.63
Hex A2 D0 6F 16 0 2F 12 58 33 3F
Octal 242 320 157 26 0 57 22 130 63 77
Binary 10100010 11010000 1101111 10110 0 101111 10010 1011000 110011 111111

Color Harmonies of #A2D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D06F

Black with #A2D06F

Text Example


Text Example

White with #A2D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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