Html Css Color HEX #A2D369 Olivine

📋 copy color: '#A2D369'

red 162 ◦ green 211 ◦ blue 105

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

Shades of Olivine #A2D369

Tints of Olivine #A2D369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.97%

R = 33.89%
G = 44.14%
B = 21.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#A2D369 (or 0xA2D369) is known color: Olivine. HEX triplet: A2, D3 and 69. RGB value is (162,211,105). Sum of RGB (Red+Green+Blue) = 162+211+105=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D369 is #5D2C96. Grayscale: #B8B8B8. Windows color (decimal): -6106263 or 6935458. OLE color: 6935458.

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

Color convert

RGB 162 211 105 -
CMYK 0.23 0 0.50 0.17
HSL 87.74º 0.55% 0.62% -
HSV(B) 87.74º 0.5% 0.83% -
XYZ 40.74 55.29 21.89 -
YUV 184.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 162 211 105 0.23 0 0.50 0.17 87.74 0.55 0.62
Hex A2 D3 69 17 0 32 11 58 37 3E
Octal 242 323 151 27 0 62 21 130 67 76
Binary 10100010 11010011 1101001 10111 0 110010 10001 1011000 110111 111110

Color Harmonies of #A2D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D369

Black with #A2D369

Text Example


Text Example

White with #A2D369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D369; }

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

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

background-color css

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

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

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

border-color css

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

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

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