#98D636

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

Shades of Atlantis #98D636

Tints of Atlantis #98D636

Color information

#98D636 (or 0x98D636) is unknown color: approx Atlantis. HEX triplet: 98, D6 and 36. RGB value is (152,214,54). Sum of RGB (Red+Green+Blue) = 152+214+54=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #98D636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D636 is #6729C9. Grayscale: #B1B1B1. Windows color (decimal): -6760906 or 3593880. OLE color: 3593880.

HSL color Cylindrical-coordinate representation of color #98D636: hue angle of 83.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98D636 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB15221454-
CMYK0.2900.750.16
HSL83.25º66.12%52.55%-
HSV(B)83.25º74.77%83.92%-
XYZ37.6655.0312.13-
YUV177.2258.46110.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.19%
GREEN value IS 214 (83.98% from 255) = 50.95%
BLUE value IS 54 (21.48% from 255) = 12.86%
R=36.19%
G=50.95%
B=12.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152214540.2900.750.1683.2566.1252.55
Hex98D6361D04B10534235
Octal230326663501132012310265
Binary100110001101011011011011101010010111000010100111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,214,54); }

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

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

 a { background-color: rgb(152,214,54); }

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

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

 span { border-color: rgb(152,214,54); }

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