#96C454

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

Shades of Atlantis #96C454

Tints of Atlantis #96C454

Color information

#96C454 (or 0x96C454) is unknown color: approx Atlantis. HEX triplet: 96, C4 and 54. RGB value is (150,196,84). Sum of RGB (Red+Green+Blue) = 150+196+84=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #96C454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C454 is #693BAB. Grayscale: #A9A9A9. Windows color (decimal): -6896556 or 5555350. OLE color: 5555350.

HSL color Cylindrical-coordinate representation of color #96C454: hue angle of 84.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96C454 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB15019684-
CMYK0.2300.570.23
HSL84.64º48.7%54.9%-
HSV(B)84.64º57.14%76.86%-
XYZ33.9246.615.6-
YUV169.4879.76114.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 196 (76.95% from 255) = 45.58%
BLUE value IS 84 (33.20% from 255) = 19.53%
R=34.88%
G=45.58%
B=19.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150196840.2300.570.2384.6448.754.9
Hex96C4541703917553137
Octal22630412427071271256167
Binary10010110110001001010100101110111001101111010101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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