#96E530

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

Shades of Atlantis #96E530

Tints of Atlantis #96E530

Color information

#96E530 (or 0x96E530) is unknown color: approx Atlantis. HEX triplet: 96, E5 and 30. RGB value is (150,229,48). Sum of RGB (Red+Green+Blue) = 150+229+48=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 229 (89.84% from 255 or 53.63% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 229 - color contains mainly: green. Hex color #96E530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E530 is #691ACF. Grayscale: #B9B9B9. Windows color (decimal): -6888144 or 3204502. OLE color: 3204502.

HSL color Cylindrical-coordinate representation of color #96E530: hue angle of 86.19º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96E530 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB15022948-
CMYK0.3400.790.10
HSL86.19º77.68%54.31%-
HSV(B)86.19º79.04%89.8%-
XYZ41.1362.7412.74-
YUV184.7450.83103.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 229 (89.84% from 255) = 53.63%
BLUE value IS 48 (19.14% from 255) = 11.24%
R=35.13%
G=53.63%
B=11.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal150229480.3400.790.1086.1977.6854.31
Hex96E5302204FA564e36
Octal226345604201171212611666
Binary100101101110010111000010001001001111101010101101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,229,48); }

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

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

 a { background-color: rgb(150,229,48); }

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

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

 span { border-color: rgb(150,229,48); }

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