#98E538

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

Shades of Atlantis #98E538

Tints of Atlantis #98E538

Color information

#98E538 (or 0x98E538) is unknown color: approx Atlantis. HEX triplet: 98, E5 and 38. RGB value is (152,229,56). Sum of RGB (Red+Green+Blue) = 152+229+56=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #98E538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E538 is #671AC7. Grayscale: #BABABA. Windows color (decimal): -6757064 or 3728792. OLE color: 3728792.

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

Color convert

RGB15222956-
CMYK0.3400.760.10
HSL86.71º76.89%55.88%-
HSV(B)86.71º75.55%89.8%-
XYZ41.686313.7-
YUV186.2654.49103.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.78%
GREEN value IS 229 (89.84% from 255) = 52.40%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=34.78%
G=52.40%
B=12.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal152229560.3400.760.1086.7176.8955.88
Hex98E5382204CA574d38
Octal230345704201141212711570
Binary100110001110010111100010001001001100101010101111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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