#98D445

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

Shades of Atlantis #98D445

Tints of Atlantis #98D445

Color information

#98D445 (or 0x98D445) is unknown color: approx Atlantis. HEX triplet: 98, D4 and 45. RGB value is (152,212,69). Sum of RGB (Red+Green+Blue) = 152+212+69=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #98D445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D445 is #672BBA. Grayscale: #B2B2B2. Windows color (decimal): -6761403 or 4576408. OLE color: 4576408.

HSL color Cylindrical-coordinate representation of color #98D445: hue angle of 85.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98D445 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB15221269-
CMYK0.2800.670.17
HSL85.17º62.45%55.1%-
HSV(B)85.17º67.45%83.14%-
XYZ37.5754.1914.11-
YUV177.7666.62109.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 212 (83.20% from 255) = 48.96%
BLUE value IS 69 (27.34% from 255) = 15.94%
R=35.10%
G=48.96%
B=15.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152212690.2800.670.1785.1762.4555.1
Hex98D4451C04311553e37
Octal230324105340103211257667
Binary100110001101010010001011110001000011100011010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,212,69); }

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

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

 a { background-color: rgb(152,212,69); }

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

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

 span { border-color: rgb(152,212,69); }

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