#98C044

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

Shades of Atlantis #98C044

Tints of Atlantis #98C044

Color information

#98C044 (or 0x98C044) is unknown color: approx Atlantis. HEX triplet: 98, C0 and 44. RGB value is (152,192,68). Sum of RGB (Red+Green+Blue) = 152+192+68=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #98C044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C044 is #673FBB. Grayscale: #A6A6A6. Windows color (decimal): -6766524 or 4505752. OLE color: 4505752.

HSL color Cylindrical-coordinate representation of color #98C044: hue angle of 79.35º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98C044 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB15219268-
CMYK0.2100.650.25
HSL79.35º49.6%50.98%-
HSV(B)79.35º64.58%75.29%-
XYZ32.8444.7912.38-
YUV165.972.75118.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 192 (75.39% from 255) = 46.60%
BLUE value IS 68 (26.95% from 255) = 16.50%
R=36.89%
G=46.60%
B=16.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152192680.2100.650.2579.3549.650.98
Hex98C04415041194f3233
Octal230300104250101311176263
Binary100110001100000010001001010101000001110011001111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,192,68); }

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

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

 a { background-color: rgb(152,192,68); }

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

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

 span { border-color: rgb(152,192,68); }

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