#96D341

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

Shades of Atlantis #96D341

Tints of Atlantis #96D341

Color information

#96D341 (or 0x96D341) is unknown color: approx Atlantis. HEX triplet: 96, D3 and 41. RGB value is (150,211,65). Sum of RGB (Red+Green+Blue) = 150+211+65=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #96D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D341 is #692CBE. Grayscale: #B0B0B0. Windows color (decimal): -6892735 or 4314006. OLE color: 4314006.

HSL color Cylindrical-coordinate representation of color #96D341: hue angle of 85.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96D341 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB15021165-
CMYK0.2900.690.17
HSL85.07º62.39%54.12%-
HSV(B)85.07º69.19%82.75%-
XYZ36.8353.4513.38-
YUV176.1265.29109.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 211 (82.81% from 255) = 49.53%
BLUE value IS 65 (25.78% from 255) = 15.26%
R=35.21%
G=49.53%
B=15.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150211650.2900.690.1785.0762.3954.12
Hex96D3411D04511553e36
Octal226323101350105211257666
Binary100101101101001110000011110101000101100011010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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