#98D455

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

Shades of Atlantis #98D455

Tints of Atlantis #98D455

Color information

#98D455 (or 0x98D455) is unknown color: approx Atlantis. HEX triplet: 98, D4 and 55. RGB value is (152,212,85). Sum of RGB (Red+Green+Blue) = 152+212+85=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #98D455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D455 is #672BAA. Grayscale: #B4B4B4. Windows color (decimal): -6761387 or 5624984. OLE color: 5624984.

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

Color convert

RGB15221285-
CMYK0.2800.600.17
HSL88.35º59.62%58.24%-
HSV(B)88.35º59.91%83.14%-
XYZ38.1354.4217.09-
YUV179.5874.62108.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 212 (83.20% from 255) = 47.22%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=33.85%
G=47.22%
B=18.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152212850.2800.600.1788.3559.6258.24
Hex98D4551C03C11583c3a
Octal23032412534074211307472
Binary10011000110101001010101111000111100100011011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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