Html Css Color HEX #A2C86F Olivine

📋 copy color: '#A2C86F'

red 162 ◦ green 200 ◦ blue 111

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

Shades of Olivine #A2C86F

Tints of Olivine #A2C86F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

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

R = 34.25%
G = 42.28%
B = 23.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#A2C86F (or 0xA2C86F) is known color: Olivine. HEX triplet: A2, C8 and 6F. RGB value is (162,200,111). Sum of RGB (Red+Green+Blue) = 162+200+111=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C86F is #5D3790. Grayscale: #B2B2B2. Windows color (decimal): -6109073 or 7325858. OLE color: 7325858.

HSL color Cylindrical-coordinate representation of color #A2C86F: hue angle of 85.62º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2C86F is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 111 -
CMYK 0.19 0 0.44 0.22
HSL 85.62º 0.45% 0.61% -
HSV(B) 85.62º 0.45% 0.78% -
XYZ 38.42 50.14 22.69 -
YUV 178.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 162 200 111 0.19 0 0.44 0.22 85.62 0.45 0.61
Hex A2 C8 6F 13 0 2C 16 56 2D 3D
Octal 242 310 157 23 0 54 26 126 55 75
Binary 10100010 11001000 1101111 10011 0 101100 10110 1010110 101101 111101

Color Harmonies of #A2C86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C86F

Black with #A2C86F

Text Example


Text Example

White with #A2C86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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