Html Css Color HEX #A2D166 Olivine

📋 copy color: '#A2D166'

red 162 ◦ green 209 ◦ blue 102

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

Shades of Olivine #A2D166

Tints of Olivine #A2D166

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.19%

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

R = 34.25%
G = 44.19%
B = 21.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#A2D166 (or 0xA2D166) is known color: Olivine. HEX triplet: A2, D1 and 66. RGB value is (162,209,102). Sum of RGB (Red+Green+Blue) = 162+209+102=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D166 is #5D2E99. Grayscale: #B7B7B7. Windows color (decimal): -6106778 or 6738338. OLE color: 6738338.

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

Color convert

RGB 162 209 102 -
CMYK 0.22 0 0.51 0.18
HSL 86.36º 0.54% 0.61% -
HSV(B) 86.36º 0.51% 0.82% -
XYZ 40.1 54.24 20.93 -
YUV 182.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 162 209 102 0.22 0 0.51 0.18 86.36 0.54 0.61
Hex A2 D1 66 16 0 33 12 56 36 3D
Octal 242 321 146 26 0 63 22 126 66 75
Binary 10100010 11010001 1100110 10110 0 110011 10010 1010110 110110 111101

Color Harmonies of #A2D166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D166

Black with #A2D166

Text Example


Text Example

White with #A2D166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D166; }

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

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

background-color css

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

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

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

border-color css

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

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

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