#98E042

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

Shades of Atlantis #98E042

Tints of Atlantis #98E042

Color information

#98E042 (or 0x98E042) is unknown color: approx Atlantis. HEX triplet: 98, E0 and 42. RGB value is (152,224,66). Sum of RGB (Red+Green+Blue) = 152+224+66=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #98E042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E042 is #671FBD. Grayscale: #B9B9B9. Windows color (decimal): -6758334 or 4382872. OLE color: 4382872.

HSL color Cylindrical-coordinate representation of color #98E042: hue angle of 87.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98E042 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB15222466-
CMYK0.3200.710.12
HSL87.34º71.82%56.86%-
HSV(B)87.34º70.54%87.84%-
XYZ40.5960.3814.67-
YUV184.4661.15104.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 224 (87.89% from 255) = 50.68%
BLUE value IS 66 (26.17% from 255) = 14.93%
R=34.39%
G=50.68%
B=14.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152224660.3200.710.1287.3471.8256.86
Hex98E04220047C574839
Octal2303401024001071412711071
Binary1001100011100000100001010000001000111110010101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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