#36CC96

Color #36CC96 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #36CC96

Tints of Shamrock #36CC96

Color information

#36CC96 (or 0x36CC96) is unknown color: approx Shamrock. HEX triplet: 36, CC and 96. RGB value is (54,204,150). Sum of RGB (Red+Green+Blue) = 54+204+150=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #36CC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CC96 is #C93369. Grayscale: #999999. Windows color (decimal): -13185898 or 9882678. OLE color: 9882678.

HSL color Cylindrical-coordinate representation of color #36CC96: hue angle of 158.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CC96 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB54204150-
CMYK0.7400.260.2
HSL158.4º59.52%50.59%-
HSV(B)158.4º73.53%80%-
XYZ28.6246.1736.26-
YUV152.99126.357.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.24%
GREEN value IS 204 (80.08% from 255) = 50%
BLUE value IS 150 (58.98% from 255) = 36.76%
R=13.24%
G=50%
B=36.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal542041500.7400.260.2158.459.5250.59
Hex36CC964A01A149e3c33
Octal66314226112032242367463
Binary110110110011001001011010010100110101010010011110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36CC96; }

 p { color: rgb(54,204,150); }

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

<style>
 a { background-color: #36CC96; }

 a { background-color: rgb(54,204,150); }

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

<style>
 span { border-color: #36CC96; }

 span { border-color: rgb(54,204,150); }

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