#98C73F

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

Shades of Atlantis #98C73F

Tints of Atlantis #98C73F

Color information

#98C73F (or 0x98C73F) is unknown color: approx Atlantis. HEX triplet: 98, C7 and 3F. RGB value is (152,199,63). Sum of RGB (Red+Green+Blue) = 152+199+63=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #98C73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C73F is #6738C0. Grayscale: #A9A9A9. Windows color (decimal): -6764737 or 4179864. OLE color: 4179864.

HSL color Cylindrical-coordinate representation of color #98C73F: hue angle of 80.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98C73F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB15219963-
CMYK0.2400.680.22
HSL80.74º54.84%51.37%-
HSV(B)80.74º68.34%78.04%-
XYZ34.2747.8812.14-
YUV169.4467.93115.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 199 (78.12% from 255) = 48.07%
BLUE value IS 63 (25% from 255) = 15.22%
R=36.71%
G=48.07%
B=15.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152199630.2400.680.2280.7454.8451.37
Hex98C73F1804416513733
Octal23030777300104261216763
Binary10011000110001111111111100001000100101101010001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,199,63); }

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

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

 a { background-color: rgb(152,199,63); }

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

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

 span { border-color: rgb(152,199,63); }

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