#96E347

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

Shades of Atlantis #96E347

Tints of Atlantis #96E347

Color information

#96E347 (or 0x96E347) is unknown color: approx Atlantis. HEX triplet: 96, E3 and 47. RGB value is (150,227,71). Sum of RGB (Red+Green+Blue) = 150+227+71=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #96E347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E347 is #691CB8. Grayscale: #BABABA. Windows color (decimal): -6888633 or 4711318. OLE color: 4711318.

HSL color Cylindrical-coordinate representation of color #96E347: hue angle of 89.62º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96E347 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB15022771-
CMYK0.3400.690.11
HSL89.62º73.58%58.43%-
HSV(B)89.62º68.72%89.02%-
XYZ41.1861.8815.73-
YUV186.1962.99102.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 227 (89.06% from 255) = 50.67%
BLUE value IS 71 (28.12% from 255) = 15.85%
R=33.48%
G=50.67%
B=15.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal150227710.3400.690.1189.6273.5858.43
Hex96E34722045B5a4a3a
Octal2263431074201051313211272
Binary1001011011100011100011110001001000101101110110101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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