#96c94d

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

Shades of Atlantis #96C94D

Tints of Atlantis #96C94D

Color information

#96C94D (or 0x96C94D) is unknown color: approx Atlantis. HEX triplet: 96, C9 and 4D. RGB value is (150,201,77). Sum of RGB (Red+Green+Blue) = 150+201+77=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #96C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C94D is #6936B2. Grayscale: #ACACAC. Windows color (decimal): -6895283 or 5097878. OLE color: 5097878.

HSL color Cylindrical-coordinate representation of color #96C94D: hue angle of 84.68º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96C94D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB15020177-
CMYK0.2500.620.21
HSL84.68º53.45%54.51%-
HSV(B)84.68º61.69%78.82%-
XYZ34.848.7914.6-
YUV171.6174.6112.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 201 (78.91% from 255) = 46.96%
BLUE value IS 77 (30.47% from 255) = 17.99%
R=35.05%
G=46.96%
B=17.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150201770.2500.620.2184.6853.4554.51
Hex96C94D1903E15553537
Octal22631111531076251256567
Binary10010110110010011001101110010111110101011010101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c94d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,201,77); }

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

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

 a { background-color: rgb(150,201,77); }

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

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

 span { border-color: rgb(150,201,77); }

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