#98D34C

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

Shades of Atlantis #98D34C

Tints of Atlantis #98D34C

Color information

#98D34C (or 0x98D34C) is unknown color: approx Atlantis. HEX triplet: 98, D3 and 4C. RGB value is (152,211,76). Sum of RGB (Red+Green+Blue) = 152+211+76=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #98D34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D34C is #672CB3. Grayscale: #B2B2B2. Windows color (decimal): -6761652 or 5034904. OLE color: 5034904.

HSL color Cylindrical-coordinate representation of color #98D34C: hue angle of 86.22º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98D34C is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB15221176-
CMYK0.2800.640.17
HSL86.22º60.54%56.27%-
HSV(B)86.22º63.98%82.75%-
XYZ37.5553.7915.24-
YUV177.9770.45109.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 211 (82.81% from 255) = 48.06%
BLUE value IS 76 (30.08% from 255) = 17.31%
R=34.62%
G=48.06%
B=17.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152211760.2800.640.1786.2260.5456.27
Hex98D34C1C04011563d38
Octal230323114340100211267570
Binary100110001101001110011001110001000000100011010110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,211,76); }

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

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

 a { background-color: rgb(152,211,76); }

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

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

 span { border-color: rgb(152,211,76); }

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