#98D43F

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

Shades of Atlantis #98D43F

Tints of Atlantis #98D43F

Color information

#98D43F (or 0x98D43F) is unknown color: approx Atlantis. HEX triplet: 98, D4 and 3F. RGB value is (152,212,63). Sum of RGB (Red+Green+Blue) = 152+212+63=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #98D43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D43F is #672BC0. Grayscale: #B1B1B1. Windows color (decimal): -6761409 or 4183192. OLE color: 4183192.

HSL color Cylindrical-coordinate representation of color #98D43F: hue angle of 84.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98D43F is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB15221263-
CMYK0.2800.700.17
HSL84.16º63.4%53.92%-
HSV(B)84.16º70.28%83.14%-
XYZ37.3954.1213.18-
YUV177.0763.62110.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 212 (83.20% from 255) = 49.65%
BLUE value IS 63 (25% from 255) = 14.75%
R=35.60%
G=49.65%
B=14.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152212630.2800.700.1784.1663.453.92
Hex98D43F1C04611543f36
Octal23032477340106211247766
Binary10011000110101001111111110001000110100011010100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,212,63); }

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

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

 a { background-color: rgb(152,212,63); }

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

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

 span { border-color: rgb(152,212,63); }

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