Html Css Color HEX #A2D267 Olivine

📋 copy color: '#A2D267'

red 162 ◦ green 210 ◦ blue 103

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

Shades of Olivine #A2D267

Tints of Olivine #A2D267

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

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

R = 34.11%
G = 44.21%
B = 21.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#A2D267 (or 0xA2D267) is known color: Olivine. HEX triplet: A2, D2 and 67. RGB value is (162,210,103). Sum of RGB (Red+Green+Blue) = 162+210+103=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D267 is #5D2D98. Grayscale: #B7B7B7. Windows color (decimal): -6106521 or 6804130. OLE color: 6804130.

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

Color convert

RGB 162 210 103 -
CMYK 0.23 0 0.51 0.18
HSL 86.92º 0.54% 0.61% -
HSV(B) 86.92º 0.51% 0.82% -
XYZ 40.4 54.75 21.27 -
YUV 183.45 82.6 112.7 -
System Red Green Blue C M Y K H S L
Decimal 162 210 103 0.23 0 0.51 0.18 86.92 0.54 0.61
Hex A2 D2 67 17 0 33 12 57 36 3D
Octal 242 322 147 27 0 63 22 127 66 75
Binary 10100010 11010010 1100111 10111 0 110011 10010 1010111 110110 111101

Color Harmonies of #A2D267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D267

Black with #A2D267

Text Example


Text Example

White with #A2D267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D267; }

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

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

background-color css

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

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

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

border-color css

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

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

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