Html Css Color HEX #A1D246 Atlantis

📋 copy color: '#A1D246'

red 161 ◦ green 210 ◦ blue 70

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

Shades of Atlantis #A1D246

Tints of Atlantis #A1D246

RGB

 RED value IS 161 (63.28% from 255) = 36.51%

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

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

R = 36.51%
G = 47.62%
B = 15.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#A1D246 (or 0xA1D246) is known color: Atlantis. HEX triplet: A1, D2 and 46. RGB value is (161,210,70). Sum of RGB (Red+Green+Blue) = 161+210+70=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D246 is #5E2DB9. Grayscale: #B3B3B3. Windows color (decimal): -6172090 or 4641441. OLE color: 4641441.

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

Color convert

RGB 161 210 70 -
CMYK 0.23 0 0.67 0.18
HSL 81º 0.61% 0.55% -
HSV(B) 81º 0.67% 0.82% -
XYZ 38.85 54.11 14.19 -
YUV 179.39 66.27 114.88 -
System Red Green Blue C M Y K H S L
Decimal 161 210 70 0.23 0 0.67 0.18 81 0.61 0.55
Hex A1 D2 46 17 0 43 12 51 3D 37
Octal 241 322 106 27 0 103 22 121 75 67
Binary 10100001 11010010 1000110 10111 0 1000011 10010 1010001 111101 110111

Color Harmonies of #A1D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D246

Black with #A1D246

Text Example


Text Example

White with #A1D246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D246; }

 p { color: rgb(161,210,70); }

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

background-color css

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

 a { background-color: rgb(161,210,70); }

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

border-color css

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

 span { border-color: rgb(161,210,70); }

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