#96e73f

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

Shades of Atlantis #96E73F

Tints of Atlantis #96E73F

Color information

#96E73F (or 0x96E73F) is unknown color: approx Atlantis. HEX triplet: 96, E7 and 3F. RGB value is (150,231,63). Sum of RGB (Red+Green+Blue) = 150+231+63=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #96E73F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E73F is #6918C0. Grayscale: #BCBCBC. Windows color (decimal): -6887617 or 4188054. OLE color: 4188054.

HSL color Cylindrical-coordinate representation of color #96E73F: hue angle of 88.93º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96E73F is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB15023163-
CMYK0.3500.730.09
HSL88.93º77.78%57.65%-
HSV(B)88.93º72.73%90.59%-
XYZ42.0563.9914.84-
YUV187.6357.66101.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 231 (90.62% from 255) = 52.03%
BLUE value IS 63 (25% from 255) = 14.19%
R=33.78%
G=52.03%
B=14.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150231630.3500.730.0988.9377.7857.65
Hex96E73F230499594e3a
Octal226347774301111113111672
Binary100101101110011111111110001101001001100110110011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96e73f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,63); }

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

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

 a { background-color: rgb(150,231,63); }

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

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

 span { border-color: rgb(150,231,63); }

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