#A8D23C

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

Shades of Atlantis #A8D23C

Tints of Atlantis #A8D23C

Color information

#A8D23C (or 0xA8D23C) is unknown color: approx Atlantis. HEX triplet: A8, D2 and 3C. RGB value is (168,210,60). Sum of RGB (Red+Green+Blue) = 168+210+60=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D23C is #572DC3. Grayscale: #B4B4B4. Windows color (decimal): -5713348 or 3986088. OLE color: 3986088.

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

Color convert

RGB16821060-
CMYK0.200.710.18
HSL76.8º62.5%52.94%-
HSV(B)76.8º71.43%82.35%-
XYZ40.0154.7412.73-
YUV180.3460.09119.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 60 (23.83% from 255) = 13.70%
R=38.36%
G=47.95%
B=13.70%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168210600.200.710.1876.862.552.94
HexA8D23C14047124d3e35
Octal25032274240107221157665
Binary10101000110100101111001010001000111100101001101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D23C; }

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

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

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

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

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

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

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

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