#A3D239

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

Shades of Atlantis #A3D239

Tints of Atlantis #A3D239

Color information

#A3D239 (or 0xA3D239) is unknown color: approx Atlantis. HEX triplet: A3, D2 and 39. RGB value is (163,210,57). Sum of RGB (Red+Green+Blue) = 163+210+57=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D239 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D239 is #5C2DC6. Grayscale: #B3B3B3. Windows color (decimal): -6041031 or 3789475. OLE color: 3789475.

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

Color convert

RGB16321057-
CMYK0.2200.730.18
HSL78.43º62.96%52.35%-
HSV(B)78.43º72.86%82.35%-
XYZ38.8954.1812.28-
YUV178.559.43116.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 210 (82.42% from 255) = 48.84%
BLUE value IS 57 (22.66% from 255) = 13.26%
R=37.91%
G=48.84%
B=13.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163210570.2200.730.1878.4362.9652.35
HexA3D23916049124e3f34
Octal24332271260111221167764
Binary10100011110100101110011011001001001100101001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D239; }

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

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

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

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

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

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

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

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