Html Css Color HEX #A2D368 Olivine

📋 copy color: '#A2D368'

red 162 ◦ green 211 ◦ blue 104

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

Shades of Olivine #A2D368

Tints of Olivine #A2D368

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.23%

 BLUE value IS 104 (41.02% from 255) = 21.8%

R = 33.96%
G = 44.23%
B = 21.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#A2D368 (or 0xA2D368) is known color: Olivine. HEX triplet: A2, D3 and 68. RGB value is (162,211,104). Sum of RGB (Red+Green+Blue) = 162+211+104=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D368 is #5D2C97. Grayscale: #B8B8B8. Windows color (decimal): -6106264 or 6869922. OLE color: 6869922.

HSL color Cylindrical-coordinate representation of color #A2D368: hue angle of 87.48º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2D368 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 211 104 -
CMYK 0.23 0 0.51 0.17
HSL 87.48º 0.55% 0.62% -
HSV(B) 87.48º 0.51% 0.83% -
XYZ 40.69 55.27 21.62 -
YUV 184.15 82.77 112.2 -
System Red Green Blue C M Y K H S L
Decimal 162 211 104 0.23 0 0.51 0.17 87.48 0.55 0.62
Hex A2 D3 68 17 0 33 11 57 37 3E
Octal 242 323 150 27 0 63 21 127 67 76
Binary 10100010 11010011 1101000 10111 0 110011 10001 1010111 110111 111110

Color Harmonies of #A2D368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D368

Black with #A2D368

Text Example


Text Example

White with #A2D368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D368; }

 p { color: rgb(162,211,104); }

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

background-color css

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

 a { background-color: rgb(162,211,104); }

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

border-color css

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

 span { border-color: rgb(162,211,104); }

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