#96C141

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

Shades of Atlantis #96C141

Tints of Atlantis #96C141

Color information

#96C141 (or 0x96C141) is unknown color: approx Atlantis. HEX triplet: 96, C1 and 41. RGB value is (150,193,65). Sum of RGB (Red+Green+Blue) = 150+193+65=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #96C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C141 is #693EBE. Grayscale: #A6A6A6. Windows color (decimal): -6897343 or 4309398. OLE color: 4309398.

HSL color Cylindrical-coordinate representation of color #96C141: hue angle of 80.16º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96C141 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB15019365-
CMYK0.2200.660.24
HSL80.16º50.79%50.59%-
HSV(B)80.16º66.32%75.69%-
XYZ32.645.0111.97-
YUV165.5571.25116.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 193 (75.78% from 255) = 47.30%
BLUE value IS 65 (25.78% from 255) = 15.93%
R=36.76%
G=47.30%
B=15.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150193650.2200.660.2480.1650.7950.59
Hex96C1411604218503333
Octal226301101260102301206363
Binary100101101100000110000011011001000010110001010000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,65); }

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

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

 a { background-color: rgb(150,193,65); }

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

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

 span { border-color: rgb(150,193,65); }

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