#12563A

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

Shades of Fun Green #12563A

Tints of Fun Green #12563A

Color information

#12563A (or 0x12563A) is unknown color: approx Fun Green. HEX triplet: 12, 56 and 3A. RGB value is (18,86,58). Sum of RGB (Red+Green+Blue) = 18+86+58=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #12563A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12563A is #EDA9C5. Grayscale: #3E3E3E. Windows color (decimal): -15575494 or 3823122. OLE color: 3823122.

HSL color Cylindrical-coordinate representation of color #12563A: hue angle of 155.29º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12563A is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB188658-
CMYK0.7900.330.66
HSL155.29º65.38%20.39%-
HSV(B)155.29º79.07%33.73%-
XYZ4.347.095.14-
YUV62.48125.4796.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 86 (33.98% from 255) = 53.09%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=11.11%
G=53.09%
B=35.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886580.7900.330.66155.2965.3820.39
Hex12563A4F021429b4114
Octal221267211704110223310124
Binary10010101011011101010011110100001100001010011011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12563A; }

 p { color: rgb(18,86,58); }

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

<style>
 a { background-color: #12563A; }

 a { background-color: rgb(18,86,58); }

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

<style>
 span { border-color: #12563A; }

 span { border-color: rgb(18,86,58); }

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