#98C245

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

Shades of Atlantis #98C245

Tints of Atlantis #98C245

Color information

#98C245 (or 0x98C245) is unknown color: approx Atlantis. HEX triplet: 98, C2 and 45. RGB value is (152,194,69). Sum of RGB (Red+Green+Blue) = 152+194+69=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #98C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C245 is #673DBA. Grayscale: #A7A7A7. Windows color (decimal): -6766011 or 4571800. OLE color: 4571800.

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

Color convert

RGB15219469-
CMYK0.2200.640.24
HSL80.16º50.61%51.57%-
HSV(B)80.16º64.43%76.08%-
XYZ33.3145.6912.69-
YUV167.1972.59117.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 194 (76.17% from 255) = 46.75%
BLUE value IS 69 (27.34% from 255) = 16.63%
R=36.63%
G=46.75%
B=16.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152194690.2200.640.2480.1650.6151.57
Hex98C2451604018503334
Octal230302105260100301206364
Binary100110001100001010001011011001000000110001010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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