Html Css Color HEX #A2C66D Olivine

📋 copy color: '#A2C66D'

red 162 ◦ green 198 ◦ blue 109

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

Shades of Olivine #A2C66D

Tints of Olivine #A2C66D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.22%

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

R = 34.54%
G = 42.22%
B = 23.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#A2C66D (or 0xA2C66D) is known color: Olivine. HEX triplet: A2, C6 and 6D. RGB value is (162,198,109). Sum of RGB (Red+Green+Blue) = 162+198+109=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C66D is #5D3992. Grayscale: #B1B1B1. Windows color (decimal): -6109587 or 7194274. OLE color: 7194274.

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

Color convert

RGB 162 198 109 -
CMYK 0.18 0 0.45 0.22
HSL 84.27º 0.44% 0.6% -
HSV(B) 84.27º 0.45% 0.78% -
XYZ 37.85 49.17 21.96 -
YUV 177.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 162 198 109 0.18 0 0.45 0.22 84.27 0.44 0.6
Hex A2 C6 6D 12 0 2D 16 54 2C 3C
Octal 242 306 155 22 0 55 26 124 54 74
Binary 10100010 11000110 1101101 10010 0 101101 10110 1010100 101100 111100

Color Harmonies of #A2C66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C66D

Black with #A2C66D

Text Example


Text Example

White with #A2C66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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