#98D039

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

Shades of Atlantis #98D039

Tints of Atlantis #98D039

Color information

#98D039 (or 0x98D039) is unknown color: approx Atlantis. HEX triplet: 98, D0 and 39. RGB value is (152,208,57). Sum of RGB (Red+Green+Blue) = 152+208+57=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #98D039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D039 is #672FC6. Grayscale: #AEAEAE. Windows color (decimal): -6762439 or 3788952. OLE color: 3788952.

HSL color Cylindrical-coordinate representation of color #98D039: hue angle of 82.25º degrees, saturation: 0.62, 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 #98D039 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB15220857-
CMYK0.2700.730.18
HSL82.25º61.63%51.96%-
HSV(B)82.25º72.6%81.57%-
XYZ36.2452.0812.01-
YUV174.0461.95112.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 208 (81.64% from 255) = 49.88%
BLUE value IS 57 (22.66% from 255) = 13.67%
R=36.45%
G=49.88%
B=13.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152208570.2700.730.1882.2561.6351.96
Hex98D0391B04912523e34
Octal23032071330111221227664
Binary10011000110100001110011101101001001100101010010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98D039; }

 p { color: rgb(152,208,57); }

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

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

 a { background-color: rgb(152,208,57); }

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

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

 span { border-color: rgb(152,208,57); }

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