#96d63b

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

Shades of Atlantis #96D63B

Tints of Atlantis #96D63B

Color information

#96D63B (or 0x96D63B) is unknown color: approx Atlantis. HEX triplet: 96, D6 and 3B. RGB value is (150,214,59). Sum of RGB (Red+Green+Blue) = 150+214+59=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #96D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D63B is #6929C4. Grayscale: #B1B1B1. Windows color (decimal): -6891973 or 3921558. OLE color: 3921558.

HSL color Cylindrical-coordinate representation of color #96D63B: hue angle of 84.77º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96D63B is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB15021459-
CMYK0.3000.720.16
HSL84.77º65.4%53.53%-
HSV(B)84.77º72.43%83.92%-
XYZ37.4154.8912.76-
YUV177.1961.3108.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 214 (83.98% from 255) = 50.59%
BLUE value IS 59 (23.44% from 255) = 13.95%
R=35.46%
G=50.59%
B=13.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150214590.3000.720.1684.7765.453.53
Hex96D63B1E04810554136
Octal226326733601102012510166
Binary100101101101011011101111110010010001000010101011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96d63b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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