#98C94F

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

Shades of Atlantis #98C94F

Tints of Atlantis #98C94F

Color information

#98C94F (or 0x98C94F) is unknown color: approx Atlantis. HEX triplet: 98, C9 and 4F. RGB value is (152,201,79). Sum of RGB (Red+Green+Blue) = 152+201+79=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #98C94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C94F is #6736B0. Grayscale: #ACACAC. Windows color (decimal): -6764209 or 5228952. OLE color: 5228952.

HSL color Cylindrical-coordinate representation of color #98C94F: hue angle of 84.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98C94F is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB15220179-
CMYK0.2400.610.21
HSL84.1º53.04%54.9%-
HSV(B)84.1º60.7%78.82%-
XYZ35.2549.0115-
YUV172.4475.27113.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 201 (78.91% from 255) = 46.53%
BLUE value IS 79 (31.25% from 255) = 18.29%
R=35.19%
G=46.53%
B=18.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152201790.2400.610.2184.153.0454.9
Hex98C94F1803D15543537
Octal23031111730075251246567
Binary10011000110010011001111110000111101101011010100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,201,79); }

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

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

 a { background-color: rgb(152,201,79); }

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

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

 span { border-color: rgb(152,201,79); }

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