Html Css Color HEX #A3D246 Atlantis

📋 copy color: '#A3D246'

red 163 ◦ green 210 ◦ blue 70

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

Shades of Atlantis #A3D246

Tints of Atlantis #A3D246

RGB

 RED value IS 163 (64.06% from 255) = 36.79%

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

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

R = 36.79%
G = 47.4%
B = 15.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#A3D246 (or 0xA3D246) is known color: Atlantis. HEX triplet: A3, D2 and 46. RGB value is (163,210,70). Sum of RGB (Red+Green+Blue) = 163+210+70=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D246 is #5C2DB9. Grayscale: #B4B4B4. Windows color (decimal): -6041018 or 4641443. OLE color: 4641443.

HSL color Cylindrical-coordinate representation of color #A3D246: hue angle of 80.14º 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 #A3D246 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 210 70 -
CMYK 0.22 0 0.67 0.18
HSL 80.14º 0.61% 0.55% -
HSV(B) 80.14º 0.67% 0.82% -
XYZ 39.26 54.32 14.21 -
YUV 179.99 65.93 115.88 -
System Red Green Blue C M Y K H S L
Decimal 163 210 70 0.22 0 0.67 0.18 80.14 0.61 0.55
Hex A3 D2 46 16 0 43 12 50 3D 37
Octal 243 322 106 26 0 103 22 120 75 67
Binary 10100011 11010010 1000110 10110 0 1000011 10010 1010000 111101 110111

Color Harmonies of #A3D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D246

Black with #A3D246

Text Example


Text Example

White with #A3D246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D246; }

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

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

background-color css

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

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

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

border-color css

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

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

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