#A5D23C

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

Shades of Atlantis #A5D23C

Tints of Atlantis #A5D23C

Color information

#A5D23C (or 0xA5D23C) is unknown color: approx Atlantis. HEX triplet: A5, D2 and 3C. RGB value is (165,210,60). Sum of RGB (Red+Green+Blue) = 165+210+60=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D23C is #5A2DC3. Grayscale: #B3B3B3. Windows color (decimal): -5909956 or 3986085. OLE color: 3986085.

HSL color Cylindrical-coordinate representation of color #A5D23C: hue angle of 78º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5D23C is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB16521060-
CMYK0.2100.710.18
HSL78º62.5%52.94%-
HSV(B)78º71.43%82.35%-
XYZ39.3854.4212.7-
YUV179.4460.59117.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 210 (82.42% from 255) = 48.28%
BLUE value IS 60 (23.83% from 255) = 13.79%
R=37.93%
G=48.28%
B=13.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165210600.2100.710.187862.552.94
HexA5D23C15047124e3e35
Octal24532274250107221167665
Binary10100101110100101111001010101000111100101001110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D23C; }

 p { color: rgb(165,210,60); }

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

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

 a { background-color: rgb(165,210,60); }

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

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

 span { border-color: rgb(165,210,60); }

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