#98E041

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

Shades of Atlantis #98E041

Tints of Atlantis #98E041

Color information

#98E041 (or 0x98E041) is unknown color: approx Atlantis. HEX triplet: 98, E0 and 41. RGB value is (152,224,65). Sum of RGB (Red+Green+Blue) = 152+224+65=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #98E041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E041 is #671FBE. Grayscale: #B8B8B8. Windows color (decimal): -6758335 or 4317336. OLE color: 4317336.

HSL color Cylindrical-coordinate representation of color #98E041: hue angle of 87.17º 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 #98E041 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB15222465-
CMYK0.3200.710.12
HSL87.17º71.95%56.67%-
HSV(B)87.17º70.98%87.84%-
XYZ40.5660.3714.52-
YUV184.3560.65104.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 224 (87.89% from 255) = 50.79%
BLUE value IS 65 (25.78% from 255) = 14.74%
R=34.47%
G=50.79%
B=14.74%

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
Decimal152224650.3200.710.1287.1771.9556.67
Hex98E04120047C574839
Octal2303401014001071412711071
Binary1001100011100000100000110000001000111110010101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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