Html Css Color HEX #A2DD46 Atlantis

📋 copy color: '#A2DD46'

red 162 ◦ green 221 ◦ blue 70

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

Shades of Atlantis #A2DD46

Tints of Atlantis #A2DD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.79%

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

R = 35.76%
G = 48.79%
B = 15.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#A2DD46 (or 0xA2DD46) is known color: Atlantis. HEX triplet: A2, DD and 46. RGB value is (162,221,70). Sum of RGB (Red+Green+Blue) = 162+221+70=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD46 is #5D22B9. Grayscale: #BABABA. Windows color (decimal): -6103738 or 4644258. OLE color: 4644258.

HSL color Cylindrical-coordinate representation of color #A2DD46: hue angle of 83.44º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2DD46 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 70 -
CMYK 0.27 0 0.68 0.13
HSL 83.44º 0.69% 0.57% -
HSV(B) 83.44º 0.68% 0.87% -
XYZ 41.86 59.84 15.14 -
YUV 186.15 62.45 110.78 -
System Red Green Blue C M Y K H S L
Decimal 162 221 70 0.27 0 0.68 0.13 83.44 0.69 0.57
Hex A2 DD 46 1B 0 44 D 53 45 39
Octal 242 335 106 33 0 104 15 123 105 71
Binary 10100010 11011101 1000110 11011 0 1000100 1101 1010011 1000101 111001

Color Harmonies of #A2DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD46

Black with #A2DD46

Text Example


Text Example

White with #A2DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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