#98c552

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

Shades of Atlantis #98C552

Tints of Atlantis #98C552

Color information

#98C552 (or 0x98C552) is unknown color: approx Atlantis. HEX triplet: 98, C5 and 52. RGB value is (152,197,82). Sum of RGB (Red+Green+Blue) = 152+197+82=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #98C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C552 is #673AAD. Grayscale: #AAAAAA. Windows color (decimal): -6765230 or 5424536. OLE color: 5424536.

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

Color convert

RGB15219782-
CMYK0.2300.580.23
HSL83.48º49.78%54.71%-
HSV(B)83.48º58.38%77.25%-
XYZ34.4447.2215.28-
YUV170.4478.09114.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.27%
GREEN value IS 197 (77.34% from 255) = 45.71%
BLUE value IS 82 (32.42% from 255) = 19.03%
R=35.27%
G=45.71%
B=19.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal152197820.2300.580.2383.4849.7854.71
Hex98C5521703A17533237
Octal23030512227072271236267
Binary10011000110001011010010101110111010101111010011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98c552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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