#96DA42

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

Shades of Atlantis #96DA42

Tints of Atlantis #96DA42

Color information

#96DA42 (or 0x96DA42) is unknown color: approx Atlantis. HEX triplet: 96, DA and 42. RGB value is (150,218,66). Sum of RGB (Red+Green+Blue) = 150+218+66=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DA42 is #6925BD. Grayscale: #B4B4B4. Windows color (decimal): -6890942 or 4381334. OLE color: 4381334.

HSL color Cylindrical-coordinate representation of color #96DA42: hue angle of 86.84º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96DA42 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB15021866-
CMYK0.3100.700.15
HSL86.84º67.26%55.69%-
HSV(B)86.84º69.72%85.49%-
XYZ38.6357.0214.12-
YUV180.3463.47106.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 218 (85.55% from 255) = 50.23%
BLUE value IS 66 (26.17% from 255) = 15.21%
R=34.56%
G=50.23%
B=15.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150218660.3100.700.1586.8467.2655.69
Hex96DA421F046F574338
Octal2263321023701061712710370
Binary100101101101101010000101111101000110111110101111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,218,66); }

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

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

 a { background-color: rgb(150,218,66); }

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

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

 span { border-color: rgb(150,218,66); }

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