Html Css Color HEX #A2C966 Olivine

📋 copy color: '#A2C966'

red 162 ◦ green 201 ◦ blue 102

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

Shades of Olivine #A2C966

Tints of Olivine #A2C966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.23%

 BLUE value IS 102 (40.23% from 255) = 21.94%

R = 34.84%
G = 43.23%
B = 21.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#A2C966 (or 0xA2C966) is known color: Olivine. HEX triplet: A2, C9 and 66. RGB value is (162,201,102). Sum of RGB (Red+Green+Blue) = 162+201+102=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C966 is #5D3699. Grayscale: #B2B2B2. Windows color (decimal): -6108826 or 6736290. OLE color: 6736290.

HSL color Cylindrical-coordinate representation of color #A2C966: hue angle of 83.64º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2C966 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 201 102 -
CMYK 0.19 0 0.49 0.21
HSL 83.64º 0.48% 0.59% -
HSV(B) 83.64º 0.49% 0.79% -
XYZ 38.19 50.41 20.29 -
YUV 178.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 162 201 102 0.19 0 0.49 0.21 83.64 0.48 0.59
Hex A2 C9 66 13 0 31 15 54 30 3B
Octal 242 311 146 23 0 61 25 124 60 73
Binary 10100010 11001001 1100110 10011 0 110001 10101 1010100 110000 111011

Color Harmonies of #A2C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C966

Black with #A2C966

Text Example


Text Example

White with #A2C966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C966; }

 p { color: rgb(162,201,102); }

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

background-color css

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

 a { background-color: rgb(162,201,102); }

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

border-color css

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

 span { border-color: rgb(162,201,102); }

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