#98E542

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

Shades of Atlantis #98E542

Tints of Atlantis #98E542

Color information

#98E542 (or 0x98E542) is unknown color: approx Atlantis. HEX triplet: 98, E5 and 42. RGB value is (152,229,66). Sum of RGB (Red+Green+Blue) = 152+229+66=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #98E542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E542 is #671ABD. Grayscale: #BBBBBB. Windows color (decimal): -6757054 or 4384152. OLE color: 4384152.

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

Color convert

RGB15222966-
CMYK0.3400.710.10
HSL88.34º75.81%57.84%-
HSV(B)88.34º71.18%89.8%-
XYZ41.9563.1115.12-
YUV187.459.49102.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 229 (89.84% from 255) = 51.23%
BLUE value IS 66 (26.17% from 255) = 14.77%
R=34.00%
G=51.23%
B=14.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal152229660.3400.710.1088.3475.8157.84
Hex98E54222047A584c3a
Octal2303451024201071213011472
Binary1001100011100101100001010001001000111101010110001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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