#96D43B

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

Shades of Atlantis #96D43B

Tints of Atlantis #96D43B

Color information

#96D43B (or 0x96D43B) is unknown color: approx Atlantis. HEX triplet: 96, D4 and 3B. RGB value is (150,212,59). Sum of RGB (Red+Green+Blue) = 150+212+59=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #96D43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D43B is #692BC4. Grayscale: #B0B0B0. Windows color (decimal): -6892485 or 3921046. OLE color: 3921046.

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

Color convert

RGB15021259-
CMYK0.2900.720.17
HSL84.31º64.02%53.14%-
HSV(B)84.31º72.17%83.14%-
XYZ36.9153.8912.59-
YUV176.0261.96109.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 212 (83.20% from 255) = 50.36%
BLUE value IS 59 (23.44% from 255) = 14.01%
R=35.63%
G=50.36%
B=14.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150212590.2900.720.1784.3164.0253.14
Hex96D43B1D04811544035
Octal226324733501102112410065
Binary100101101101010011101111101010010001000110101001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,212,59); }

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

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

 a { background-color: rgb(150,212,59); }

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

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

 span { border-color: rgb(150,212,59); }

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