#98ED46

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

Shades of Atlantis #98ED46

Tints of Atlantis #98ED46

Color information

#98ED46 (or 0x98ED46) is unknown color: approx Atlantis. HEX triplet: 98, ED and 46. RGB value is (152,237,70). Sum of RGB (Red+Green+Blue) = 152+237+70=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98ED46 is #6712B9. Grayscale: #C1C1C1. Windows color (decimal): -6755002 or 4648344. OLE color: 4648344.

HSL color Cylindrical-coordinate representation of color #98ED46: hue angle of 90.54º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98ED46 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB15223770-
CMYK0.3600.700.07
HSL90.54º82.27%60.2%-
HSV(B)90.54º70.46%92.94%-
XYZ44.3467.6916.52-
YUV192.5558.8499.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 237 (92.97% from 255) = 51.63%
BLUE value IS 70 (27.73% from 255) = 15.25%
R=33.12%
G=51.63%
B=15.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152237700.3600.700.0790.5482.2760.2
Hex98ED462404675b523c
Octal230355106440106713312274
Binary100110001110110110001101001000100011011110110111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ED46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,237,70); }

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

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

 a { background-color: rgb(152,237,70); }

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

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

 span { border-color: rgb(152,237,70); }

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