Html Css Color HEX #A2D367 Olivine

📋 copy color: '#A2D367'

red 162 ◦ green 211 ◦ blue 103

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

Shades of Olivine #A2D367

Tints of Olivine #A2D367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.64%

R = 34.03%
G = 44.33%
B = 21.64%

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

#A2D367 (or 0xA2D367) is known color: Olivine. HEX triplet: A2, D3 and 67. RGB value is (162,211,103). Sum of RGB (Red+Green+Blue) = 162+211+103=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D367 is #5D2C98. Grayscale: #B8B8B8. Windows color (decimal): -6106265 or 6804386. OLE color: 6804386.

HSL color Cylindrical-coordinate representation of color #A2D367: hue angle of 87.22º 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 #A2D367 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 211 103 -
CMYK 0.23 0 0.51 0.17
HSL 87.22º 0.55% 0.62% -
HSV(B) 87.22º 0.51% 0.83% -
XYZ 40.64 55.25 21.35 -
YUV 184.04 82.27 112.28 -
System Red Green Blue C M Y K H S L
Decimal 162 211 103 0.23 0 0.51 0.17 87.22 0.55 0.62
Hex A2 D3 67 17 0 33 11 57 37 3E
Octal 242 323 147 27 0 63 21 127 67 76
Binary 10100010 11010011 1100111 10111 0 110011 10001 1010111 110111 111110

Color Harmonies of #A2D367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D367

Black with #A2D367

Text Example


Text Example

White with #A2D367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D367; }

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

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

background-color css

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

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

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

border-color css

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

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

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