#96E935

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

Shades of Atlantis #96E935

Tints of Atlantis #96E935

Color information

#96E935 (or 0x96E935) is unknown color: approx Atlantis. HEX triplet: 96, E9 and 35. RGB value is (150,233,53). Sum of RGB (Red+Green+Blue) = 150+233+53=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #96E935 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E935 is #6916CA. Grayscale: #BCBCBC. Windows color (decimal): -6887115 or 3533206. OLE color: 3533206.

HSL color Cylindrical-coordinate representation of color #96E935: hue angle of 87.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96E935 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB15023353-
CMYK0.3600.770.09
HSL87.67º80.36%56.08%-
HSV(B)87.67º77.25%91.37%-
XYZ42.3665.0213.69-
YUV187.6652101.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 233 (91.41% from 255) = 53.44%
BLUE value IS 53 (21.09% from 255) = 12.16%
R=34.40%
G=53.44%
B=12.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150233530.3600.770.0987.6780.3656.08
Hex96E9352404D9585038
Octal226351654401151113012070
Binary100101101110100111010110010001001101100110110001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,233,53); }

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

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

 a { background-color: rgb(150,233,53); }

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

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

 span { border-color: rgb(150,233,53); }

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