#98D242

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

Shades of Atlantis #98D242

Tints of Atlantis #98D242

Color information

#98D242 (or 0x98D242) is unknown color: approx Atlantis. HEX triplet: 98, D2 and 42. RGB value is (152,210,66). Sum of RGB (Red+Green+Blue) = 152+210+66=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #98D242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D242 is #672DBD. Grayscale: #B0B0B0. Windows color (decimal): -6761918 or 4379288. OLE color: 4379288.

HSL color Cylindrical-coordinate representation of color #98D242: hue angle of 84.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98D242 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB15221066-
CMYK0.2800.690.18
HSL84.17º61.54%54.12%-
HSV(B)84.17º68.57%82.35%-
XYZ36.9853.1613.47-
YUV176.2465.78110.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 210 (82.42% from 255) = 49.07%
BLUE value IS 66 (26.17% from 255) = 15.42%
R=35.51%
G=49.07%
B=15.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152210660.2800.690.1884.1761.5454.12
Hex98D2421C04512543e36
Octal230322102340105221247666
Binary100110001101001010000101110001000101100101010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,210,66); }

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

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

 a { background-color: rgb(152,210,66); }

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

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

 span { border-color: rgb(152,210,66); }

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