#98D04A

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

Shades of Atlantis #98D04A

Tints of Atlantis #98D04A

Color information

#98D04A (or 0x98D04A) is unknown color: approx Atlantis. HEX triplet: 98, D0 and 4A. RGB value is (152,208,74). Sum of RGB (Red+Green+Blue) = 152+208+74=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #98D04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D04A is #672FB5. Grayscale: #B0B0B0. Windows color (decimal): -6762422 or 4903064. OLE color: 4903064.

HSL color Cylindrical-coordinate representation of color #98D04A: hue angle of 85.07º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98D04A is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB15220874-
CMYK0.2700.640.18
HSL85.07º58.77%55.29%-
HSV(B)85.07º64.42%81.57%-
XYZ36.7452.2814.63-
YUV175.9870.45110.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 208 (81.64% from 255) = 47.93%
BLUE value IS 74 (29.30% from 255) = 17.05%
R=35.02%
G=47.93%
B=17.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152208740.2700.640.1885.0758.7755.29
Hex98D04A1B04012553b37
Octal230320112330100221257367
Binary100110001101000010010101101101000000100101010101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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