#96D348

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

Shades of Atlantis #96D348

Tints of Atlantis #96D348

Color information

#96D348 (or 0x96D348) is unknown color: approx Atlantis. HEX triplet: 96, D3 and 48. RGB value is (150,211,72). Sum of RGB (Red+Green+Blue) = 150+211+72=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #96D348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D348 is #692CB7. Grayscale: #B1B1B1. Windows color (decimal): -6892728 or 4772758. OLE color: 4772758.

HSL color Cylindrical-coordinate representation of color #96D348: hue angle of 86.33º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96D348 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB15021172-
CMYK0.2900.660.17
HSL86.33º61.23%55.49%-
HSV(B)86.33º65.88%82.75%-
XYZ37.0453.5414.51-
YUV176.9268.79108.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 211 (82.81% from 255) = 48.73%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=34.64%
G=48.73%
B=16.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150211720.2900.660.1786.3361.2355.49
Hex96D3481D04211563d37
Octal226323110350102211267567
Binary100101101101001110010001110101000010100011010110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,211,72); }

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

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

 a { background-color: rgb(150,211,72); }

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

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

 span { border-color: rgb(150,211,72); }

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