#96D754

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

Shades of Atlantis #96D754

Tints of Atlantis #96D754

Color information

#96D754 (or 0x96D754) is unknown color: approx Atlantis. HEX triplet: 96, D7 and 54. RGB value is (150,215,84). Sum of RGB (Red+Green+Blue) = 150+215+84=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #96D754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D754 is #6928AB. Grayscale: #B5B5B5. Windows color (decimal): -6891692 or 5560214. OLE color: 5560214.

HSL color Cylindrical-coordinate representation of color #96D754: hue angle of 89.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96D754 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB15021584-
CMYK0.3000.610.16
HSL89.77º62.09%58.63%-
HSV(B)89.77º60.93%84.31%-
XYZ38.4855.7317.12-
YUV180.6373.47106.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 215 (84.38% from 255) = 47.88%
BLUE value IS 84 (33.20% from 255) = 18.71%
R=33.41%
G=47.88%
B=18.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150215840.3000.610.1689.7762.0958.63
Hex96D7541E03D105a3e3b
Octal22632712436075201327673
Binary10010110110101111010100111100111101100001011010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,84); }

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

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

 a { background-color: rgb(150,215,84); }

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

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

 span { border-color: rgb(150,215,84); }

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