#98C345

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

Shades of Atlantis #98C345

Tints of Atlantis #98C345

Color information

#98C345 (or 0x98C345) is unknown color: approx Atlantis. HEX triplet: 98, C3 and 45. RGB value is (152,195,69). Sum of RGB (Red+Green+Blue) = 152+195+69=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #98C345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C345 is #673CBA. Grayscale: #A8A8A8. Windows color (decimal): -6765755 or 4572056. OLE color: 4572056.

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

Color convert

RGB15219569-
CMYK0.2200.650.24
HSL80.48º51.22%51.76%-
HSV(B)80.48º64.62%76.47%-
XYZ33.5446.1412.77-
YUV167.7872.25116.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 195 (76.56% from 255) = 46.88%
BLUE value IS 69 (27.34% from 255) = 16.59%
R=36.54%
G=46.88%
B=16.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152195690.2200.650.2480.4851.2251.76
Hex98C3451604118503334
Octal230303105260101301206364
Binary100110001100001110001011011001000001110001010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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