Html Css Color HEX #A2D469 Olivine

📋 copy color: '#A2D469'

red 162 ◦ green 212 ◦ blue 105

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

Shades of Olivine #A2D469

Tints of Olivine #A2D469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.26%

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

R = 33.82%
G = 44.26%
B = 21.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#A2D469 (or 0xA2D469) is known color: Olivine. HEX triplet: A2, D4 and 69. RGB value is (162,212,105). Sum of RGB (Red+Green+Blue) = 162+212+105=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D469 is #5D2B96. Grayscale: #B9B9B9. Windows color (decimal): -6106007 or 6935714. OLE color: 6935714.

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

Color convert

RGB 162 212 105 -
CMYK 0.24 0 0.50 0.17
HSL 88.04º 0.55% 0.62% -
HSV(B) 88.04º 0.5% 0.83% -
XYZ 40.99 55.79 21.97 -
YUV 184.85 82.94 111.7 -
System Red Green Blue C M Y K H S L
Decimal 162 212 105 0.24 0 0.50 0.17 88.04 0.55 0.62
Hex A2 D4 69 18 0 32 11 58 37 3E
Octal 242 324 151 30 0 62 21 130 67 76
Binary 10100010 11010100 1101001 11000 0 110010 10001 1011000 110111 111110

Color Harmonies of #A2D469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D469

Black with #A2D469

Text Example


Text Example

White with #A2D469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D469; }

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

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

background-color css

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

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

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

border-color css

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

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

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