#98D850

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

Shades of Atlantis #98D850

Tints of Atlantis #98D850

Color information

#98D850 (or 0x98D850) is unknown color: approx Atlantis. HEX triplet: 98, D8 and 50. RGB value is (152,216,80). Sum of RGB (Red+Green+Blue) = 152+216+80=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #98D850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D850 is #6727AF. Grayscale: #B5B5B5. Windows color (decimal): -6760368 or 5298328. OLE color: 5298328.

HSL color Cylindrical-coordinate representation of color #98D850: hue angle of 88.24º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98D850 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB15221680-
CMYK0.3000.630.15
HSL88.24º63.55%58.04%-
HSV(B)88.24º62.96%84.71%-
XYZ38.9556.3716.42-
YUV181.3670.8107.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 216 (84.77% from 255) = 48.21%
BLUE value IS 80 (31.64% from 255) = 17.86%
R=33.93%
G=48.21%
B=17.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152216800.3000.630.1588.2463.5558.04
Hex98D8501E03FF58403a
Octal230330120360771713010072
Binary10011000110110001010000111100111111111110110001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,216,80); }

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

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

 a { background-color: rgb(152,216,80); }

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

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

 span { border-color: rgb(152,216,80); }

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