#96D847

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

Shades of Atlantis #96D847

Tints of Atlantis #96D847

Color information

#96D847 (or 0x96D847) is unknown color: approx Atlantis. HEX triplet: 96, D8 and 47. RGB value is (150,216,71). Sum of RGB (Red+Green+Blue) = 150+216+71=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #96D847 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D847 is #6927B8. Grayscale: #B4B4B4. Windows color (decimal): -6891449 or 4708502. OLE color: 4708502.

HSL color Cylindrical-coordinate representation of color #96D847: hue angle of 87.31º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96D847 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB15021671-
CMYK0.3100.670.15
HSL87.31º65.02%56.27%-
HSV(B)87.31º67.13%84.71%-
XYZ38.2756.0514.76-
YUV179.7466.63106.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 216 (84.77% from 255) = 49.43%
BLUE value IS 71 (28.12% from 255) = 16.25%
R=34.32%
G=49.43%
B=16.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150216710.3100.670.1587.3165.0256.27
Hex96D8471F043F574138
Octal2263301073701031712710170
Binary100101101101100010001111111101000011111110101111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D847; }

 p { color: rgb(150,216,71); }

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

<style>
 a { background-color: #96D847; }

 a { background-color: rgb(150,216,71); }

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

<style>
 span { border-color: #96D847; }

 span { border-color: rgb(150,216,71); }

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