#98e238

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

Shades of Atlantis #98E238

Tints of Atlantis #98E238

Color information

#98E238 (or 0x98E238) is unknown color: approx Atlantis. HEX triplet: 98, E2 and 38. RGB value is (152,226,56). Sum of RGB (Red+Green+Blue) = 152+226+56=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #98E238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E238 is #671DC7. Grayscale: #B9B9B9. Windows color (decimal): -6757832 or 3728024. OLE color: 3728024.

HSL color Cylindrical-coordinate representation of color #98E238: hue angle of 86.12º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98E238 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB15222656-
CMYK0.3300.750.11
HSL86.12º74.56%55.29%-
HSV(B)86.12º75.22%88.63%-
XYZ40.8661.3513.43-
YUV184.4955.48104.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 226 (88.67% from 255) = 52.07%
BLUE value IS 56 (22.27% from 255) = 12.90%
R=35.02%
G=52.07%
B=12.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152226560.3300.750.1186.1274.5655.29
Hex98E2382104BB564b37
Octal230342704101131312611367
Binary100110001110001011100010000101001011101110101101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98e238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,226,56); }

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

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

 a { background-color: rgb(152,226,56); }

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

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

 span { border-color: rgb(152,226,56); }

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