#12603C

Color #12603C Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #12603C

Tints of Fun Green #12603C

Color information

#12603C (or 0x12603C) is unknown color: approx Fun Green. HEX triplet: 12, 60 and 3C. RGB value is (18,96,60). Sum of RGB (Red+Green+Blue) = 18+96+60=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #12603C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12603C is #ED9FC3. Grayscale: #444444. Windows color (decimal): -15572932 or 3956754. OLE color: 3956754.

HSL color Cylindrical-coordinate representation of color #12603C: hue angle of 152.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12603C is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB189660-
CMYK0.8100.380.62
HSL152.31º68.42%22.35%-
HSV(B)152.31º81.25%37.65%-
XYZ5.258.825.7-
YUV68.57123.1691.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=10.34%
G=55.17%
B=34.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896600.8100.380.62152.3168.4222.35
Hex12603C510263E984416
Octal22140741210467623010426
Binary1001011000001111001010001010011011111010011000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12603C; }

 p { color: rgb(18,96,60); }

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

<style>
 a { background-color: #12603C; }

 a { background-color: rgb(18,96,60); }

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

<style>
 span { border-color: #12603C; }

 span { border-color: rgb(18,96,60); }

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