#98C24E

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

Shades of Atlantis #98C24E

Tints of Atlantis #98C24E

Color information

#98C24E (or 0x98C24E) is unknown color: approx Atlantis. HEX triplet: 98, C2 and 4E. RGB value is (152,194,78). Sum of RGB (Red+Green+Blue) = 152+194+78=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #98C24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C24E is #673DB1. Grayscale: #A8A8A8. Windows color (decimal): -6766002 or 5161624. OLE color: 5161624.

HSL color Cylindrical-coordinate representation of color #98C24E: hue angle of 81.72º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98C24E is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB15219478-
CMYK0.2200.600.24
HSL81.72º48.74%53.33%-
HSV(B)81.72º59.79%76.08%-
XYZ33.6245.8114.28-
YUV168.2277.09116.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 194 (76.17% from 255) = 45.75%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=35.85%
G=45.75%
B=18.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152194780.2200.600.2481.7248.7453.33
Hex98C24E1603C18523135
Octal23030211626074301226165
Binary10011000110000101001110101100111100110001010010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,194,78); }

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

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

 a { background-color: rgb(152,194,78); }

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

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

 span { border-color: rgb(152,194,78); }

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