#96E134

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

Shades of Atlantis #96E134

Tints of Atlantis #96E134

Color information

#96E134 (or 0x96E134) is unknown color: approx Atlantis. HEX triplet: 96, E1 and 34. RGB value is (150,225,52). Sum of RGB (Red+Green+Blue) = 150+225+52=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #96E134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E134 is #691ECB. Grayscale: #B7B7B7. Windows color (decimal): -6889164 or 3465622. OLE color: 3465622.

HSL color Cylindrical-coordinate representation of color #96E134: hue angle of 86.01º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96E134 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB15022552-
CMYK0.3300.770.12
HSL86.01º74.25%54.31%-
HSV(B)86.01º76.89%88.24%-
XYZ40.1260.5812.83-
YUV182.8554.15104.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 225 (88.28% from 255) = 52.69%
BLUE value IS 52 (20.70% from 255) = 12.18%
R=35.13%
G=52.69%
B=12.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal150225520.3300.770.1286.0174.2554.31
Hex96E1342104DC564a36
Octal226341644101151412611266
Binary100101101110000111010010000101001101110010101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,225,52); }

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

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

 a { background-color: rgb(150,225,52); }

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

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

 span { border-color: rgb(150,225,52); }

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