Html Css Color HEX #A2D046 Atlantis

📋 copy color: '#A2D046'

red 162 ◦ green 208 ◦ blue 70

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

Shades of Atlantis #A2D046

Tints of Atlantis #A2D046

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.27%

 BLUE value IS 70 (27.73% from 255) = 15.91%

R = 36.82%
G = 47.27%
B = 15.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#A2D046 (or 0xA2D046) is known color: Atlantis. HEX triplet: A2, D0 and 46. RGB value is (162,208,70). Sum of RGB (Red+Green+Blue) = 162+208+70=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D046 is #5D2FB9. Grayscale: #B3B3B3. Windows color (decimal): -6107066 or 4640930. OLE color: 4640930.

HSL color Cylindrical-coordinate representation of color #A2D046: hue angle of 80º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2D046 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 70 -
CMYK 0.22 0 0.66 0.18
HSL 80º 0.59% 0.55% -
HSV(B) 80º 0.66% 0.82% -
XYZ 38.56 53.24 14.04 -
YUV 178.51 66.76 116.22 -
System Red Green Blue C M Y K H S L
Decimal 162 208 70 0.22 0 0.66 0.18 80 0.59 0.55
Hex A2 D0 46 16 0 42 12 50 3B 37
Octal 242 320 106 26 0 102 22 120 73 67
Binary 10100010 11010000 1000110 10110 0 1000010 10010 1010000 111011 110111

Color Harmonies of #A2D046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D046

Black with #A2D046

Text Example


Text Example

White with #A2D046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D046; }

 p { color: rgb(162,208,70); }

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

background-color css

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

 a { background-color: rgb(162,208,70); }

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

border-color css

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

 span { border-color: rgb(162,208,70); }

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