#98DA3D

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

Shades of Atlantis #98DA3D

Tints of Atlantis #98DA3D

Color information

#98DA3D (or 0x98DA3D) is unknown color: approx Atlantis. HEX triplet: 98, DA and 3D. RGB value is (152,218,61). Sum of RGB (Red+Green+Blue) = 152+218+61=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DA3D is #6725C2. Grayscale: #B4B4B4. Windows color (decimal): -6759875 or 4053656. OLE color: 4053656.

HSL color Cylindrical-coordinate representation of color #98DA3D: hue angle of 85.22º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98DA3D is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB15221861-
CMYK0.3000.720.15
HSL85.22º67.97%54.71%-
HSV(B)85.22º72.02%85.49%-
XYZ38.8657.1613.4-
YUV180.3760.63107.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.27%
GREEN value IS 218 (85.55% from 255) = 50.58%
BLUE value IS 61 (24.22% from 255) = 14.15%
R=35.27%
G=50.58%
B=14.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152218610.3000.720.1585.2267.9754.71
Hex98DA3D1E048F554437
Octal230332753601101712510467
Binary10011000110110101111011111001001000111110101011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,218,61); }

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

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

 a { background-color: rgb(152,218,61); }

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

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

 span { border-color: rgb(152,218,61); }

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