#98d253

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

Shades of Atlantis #98D253

Tints of Atlantis #98D253

Color information

#98D253 (or 0x98D253) is unknown color: approx Atlantis. HEX triplet: 98, D2 and 53. RGB value is (152,210,83). Sum of RGB (Red+Green+Blue) = 152+210+83=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #98D253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D253 is #672DAC. Grayscale: #B2B2B2. Windows color (decimal): -6761901 or 5493400. OLE color: 5493400.

HSL color Cylindrical-coordinate representation of color #98D253: hue angle of 87.4º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98D253 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB15221083-
CMYK0.2800.600.18
HSL87.4º58.53%57.45%-
HSV(B)87.4º60.48%82.35%-
XYZ37.5653.3916.51-
YUV178.1874.28109.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.16%
GREEN value IS 210 (82.42% from 255) = 47.19%
BLUE value IS 83 (32.81% from 255) = 18.65%
R=34.16%
G=47.19%
B=18.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152210830.2800.600.1887.458.5357.45
Hex98D2531C03C12573b39
Octal23032212334074221277371
Binary10011000110100101010011111000111100100101010111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98d253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,210,83); }

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

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

 a { background-color: rgb(152,210,83); }

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

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

 span { border-color: rgb(152,210,83); }

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