#98E53D

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

Shades of Atlantis #98E53D

Tints of Atlantis #98E53D

Color information

#98E53D (or 0x98E53D) is unknown color: approx Atlantis. HEX triplet: 98, E5 and 3D. RGB value is (152,229,61). Sum of RGB (Red+Green+Blue) = 152+229+61=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 229 (89.84% from 255 or 51.81% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 229 - color contains mainly: green. Hex color #98E53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E53D is #671AC2. Grayscale: #BBBBBB. Windows color (decimal): -6757059 or 4056472. OLE color: 4056472.

HSL color Cylindrical-coordinate representation of color #98E53D: hue angle of 87.5º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98E53D is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB15222961-
CMYK0.3400.730.10
HSL87.5º76.36%56.86%-
HSV(B)87.5º73.36%89.8%-
XYZ41.8163.0514.38-
YUV186.8256.99103.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 229 (89.84% from 255) = 51.81%
BLUE value IS 61 (24.22% from 255) = 13.80%
R=34.39%
G=51.81%
B=13.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal152229610.3400.730.1087.576.3656.86
Hex98E53D22049A584c39
Octal230345754201111213011471
Binary100110001110010111110110001001001001101010110001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,229,61); }

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

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

 a { background-color: rgb(152,229,61); }

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

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

 span { border-color: rgb(152,229,61); }

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