#98C551

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

Shades of Atlantis #98C551

Tints of Atlantis #98C551

Color information

#98C551 (or 0x98C551) is unknown color: approx Atlantis. HEX triplet: 98, C5 and 51. RGB value is (152,197,81). Sum of RGB (Red+Green+Blue) = 152+197+81=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #98C551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C551 is #673AAE. Grayscale: #AAAAAA. Windows color (decimal): -6765231 or 5359000. OLE color: 5359000.

HSL color Cylindrical-coordinate representation of color #98C551: hue angle of 83.28º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98C551 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB15219781-
CMYK0.2300.590.23
HSL83.28º50%54.51%-
HSV(B)83.28º58.88%77.25%-
XYZ34.447.215.08-
YUV170.3277.59114.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 197 (77.34% from 255) = 45.81%
BLUE value IS 81 (32.03% from 255) = 18.84%
R=35.35%
G=45.81%
B=18.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal152197810.2300.590.2383.285054.51
Hex98C5511703B17533237
Octal23030512127073271236267
Binary10011000110001011010001101110111011101111010011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,197,81); }

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

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

 a { background-color: rgb(152,197,81); }

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

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

 span { border-color: rgb(152,197,81); }

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