#98e33c

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

Shades of Atlantis #98E33C

Tints of Atlantis #98E33C

Color information

#98E33C (or 0x98E33C) is unknown color: approx Atlantis. HEX triplet: 98, E3 and 3C. RGB value is (152,227,60). Sum of RGB (Red+Green+Blue) = 152+227+60=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #98E33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E33C is #671CC3. Grayscale: #BABABA. Windows color (decimal): -6757572 or 3990424. OLE color: 3990424.

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

Color convert

RGB15222760-
CMYK0.3300.740.11
HSL86.95º74.89%56.27%-
HSV(B)86.95º73.57%89.02%-
XYZ41.2361.9414.06-
YUV185.5457.15104.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 227 (89.06% from 255) = 51.71%
BLUE value IS 60 (23.83% from 255) = 13.67%
R=34.62%
G=51.71%
B=13.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152227600.3300.740.1186.9574.8956.27
Hex98E33C2104AB574b38
Octal230343744101121312711370
Binary100110001110001111110010000101001010101110101111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98e33c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,227,60); }

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

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

 a { background-color: rgb(152,227,60); }

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

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

 span { border-color: rgb(152,227,60); }

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