#12613E

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

Shades of Fun Green #12613E

Tints of Fun Green #12613E

Color information

#12613E (or 0x12613E) is unknown color: approx Fun Green. HEX triplet: 12, 61 and 3E. RGB value is (18,97,62). Sum of RGB (Red+Green+Blue) = 18+97+62=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #12613E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12613E is #ED9EC1. Grayscale: #454545. Windows color (decimal): -15572674 or 4088082. OLE color: 4088082.

HSL color Cylindrical-coordinate representation of color #12613E: hue angle of 153.42º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12613E is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB189762-
CMYK0.8100.360.62
HSL153.42º68.7%22.55%-
HSV(B)153.42º81.44%38.04%-
XYZ5.399.036.02-
YUV69.39123.8391.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 97 (38.28% from 255) = 54.80%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=10.17%
G=54.80%
B=35.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897620.8100.360.62153.4268.722.55
Hex12613E510243E994517
Octal22141761210447623110527
Binary1001011000011111101010001010010011111010011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12613E; }

 p { color: rgb(18,97,62); }

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

<style>
 a { background-color: #12613E; }

 a { background-color: rgb(18,97,62); }

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

<style>
 span { border-color: #12613E; }

 span { border-color: rgb(18,97,62); }

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