#12553F

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

Shades of Fun Green #12553F

Tints of Fun Green #12553F

Color information

#12553F (or 0x12553F) is unknown color: approx Fun Green. HEX triplet: 12, 55 and 3F. RGB value is (18,85,63). Sum of RGB (Red+Green+Blue) = 18+85+63=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #12553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12553F is #EDAAC0. Grayscale: #3E3E3E. Windows color (decimal): -15575745 or 4150546. OLE color: 4150546.

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

Color convert

RGB188563-
CMYK0.7900.260.67
HSL160.3º65.05%20.2%-
HSV(B)160.3º78.82%33.33%-
XYZ4.46.985.82-
YUV62.46128.396.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 63 (25% from 255) = 37.95%
R=10.84%
G=51.20%
B=37.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885630.7900.260.67160.365.0520.2
Hex12553F4F01A43a04114
Octal221257711703210324010124
Binary1001010101011111111001111011010100001110100000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12553F; }

 p { color: rgb(18,85,63); }

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

<style>
 a { background-color: #12553F; }

 a { background-color: rgb(18,85,63); }

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

<style>
 span { border-color: #12553F; }

 span { border-color: rgb(18,85,63); }

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