#98C556

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

Shades of Atlantis #98C556

Tints of Atlantis #98C556

Color information

#98C556 (or 0x98C556) is unknown color: approx Atlantis. HEX triplet: 98, C5 and 56. RGB value is (152,197,86). Sum of RGB (Red+Green+Blue) = 152+197+86=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #98C556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C556 is #673AA9. Grayscale: #ABABAB. Windows color (decimal): -6765226 or 5686680. OLE color: 5686680.

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

Color convert

RGB15219786-
CMYK0.2300.560.23
HSL84.32º48.9%55.49%-
HSV(B)84.32º56.35%77.25%-
XYZ34.5947.2816.11-
YUV170.8980.09114.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 197 (77.34% from 255) = 45.29%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=34.94%
G=45.29%
B=19.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal152197860.2300.560.2384.3248.955.49
Hex98C5561703817543137
Octal23030512627070271246167
Binary10011000110001011010110101110111000101111010100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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