#98C54A

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

Shades of Atlantis #98C54A

Tints of Atlantis #98C54A

Color information

#98C54A (or 0x98C54A) is unknown color: approx Atlantis. HEX triplet: 98, C5 and 4A. RGB value is (152,197,74). Sum of RGB (Red+Green+Blue) = 152+197+74=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #98C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C54A is #673AB5. Grayscale: #A9A9A9. Windows color (decimal): -6765238 or 4900248. OLE color: 4900248.

HSL color Cylindrical-coordinate representation of color #98C54A: hue angle of 81.95º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98C54A is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB15219774-
CMYK0.2300.620.23
HSL81.95º51.46%53.14%-
HSV(B)81.95º62.44%77.25%-
XYZ34.1547.113.77-
YUV169.5274.09115.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 197 (77.34% from 255) = 46.57%
BLUE value IS 74 (29.30% from 255) = 17.49%
R=35.93%
G=46.57%
B=17.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal152197740.2300.620.2381.9551.4653.14
Hex98C54A1703E17523335
Octal23030511227076271226365
Binary10011000110001011001010101110111110101111010010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,197,74); }

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

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

 a { background-color: rgb(152,197,74); }

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

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

 span { border-color: rgb(152,197,74); }

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