#9AD852

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

Shades of Atlantis #9AD852

Tints of Atlantis #9AD852

Color information

#9AD852 (or 0x9AD852) is unknown color: approx Atlantis. HEX triplet: 9A, D8 and 52. RGB value is (154,216,82). Sum of RGB (Red+Green+Blue) = 154+216+82=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD852 is #6527AD. Grayscale: #B6B6B6. Windows color (decimal): -6629294 or 5429402. OLE color: 5429402.

HSL color Cylindrical-coordinate representation of color #9AD852: hue angle of 87.76º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AD852 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB15421682-
CMYK0.2900.620.15
HSL87.76º63.21%58.43%-
HSV(B)87.76º62.04%84.71%-
XYZ39.4156.5916.83-
YUV182.1971.46107.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 216 (84.77% from 255) = 47.79%
BLUE value IS 82 (32.42% from 255) = 18.14%
R=34.07%
G=47.79%
B=18.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154216820.2900.620.1587.7663.2158.43
Hex9AD8521D03EF583f3a
Octal23233012235076171307772
Binary1001101011011000101001011101011111011111011000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AD852; }

 p { color: rgb(154,216,82); }

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

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

 a { background-color: rgb(154,216,82); }

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

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

 span { border-color: rgb(154,216,82); }

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