#A3D248

Color #A3D248 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #A3D248

Tints of Atlantis #A3D248

Color information

#A3D248 (or 0xA3D248) is unknown color: approx Atlantis. HEX triplet: A3, D2 and 48. RGB value is (163,210,72). Sum of RGB (Red+Green+Blue) = 163+210+72=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D248 is #5C2DB7. Grayscale: #B4B4B4. Windows color (decimal): -6041016 or 4772515. OLE color: 4772515.

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

Color convert

RGB16321072-
CMYK0.2200.660.18
HSL80.43º60.53%55.29%-
HSV(B)80.43º65.71%82.35%-
XYZ39.3254.3514.55-
YUV180.2266.93115.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 210 (82.42% from 255) = 47.19%
BLUE value IS 72 (28.52% from 255) = 16.18%
R=36.63%
G=47.19%
B=16.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163210720.2200.660.1880.4360.5355.29
HexA3D2481604212503d37
Octal243322110260102221207567
Binary101000111101001010010001011001000010100101010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D248; }

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

 H1.HeaderClassName
 {
   color: #A3D248;
 }
 .AnyTagClassName
 {
   color: #A3D248;
 }
</style>
background-color css

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

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

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

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

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

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