#125939

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

Shades of Fun Green #125939

Tints of Fun Green #125939

Color information

#125939 (or 0x125939) is unknown color: approx Fun Green. HEX triplet: 12, 59 and 39. RGB value is (18,89,57). Sum of RGB (Red+Green+Blue) = 18+89+57=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #125939 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125939 is #EDA6C6. Grayscale: #404040. Windows color (decimal): -15574727 or 3758354. OLE color: 3758354.

HSL color Cylindrical-coordinate representation of color #125939: hue angle of 152.96º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125939 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB188957-
CMYK0.8000.360.65
HSL152.96º66.36%20.98%-
HSV(B)152.96º79.78%34.9%-
XYZ4.567.575.09-
YUV64.12123.9895.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 89 (35.16% from 255) = 54.27%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=10.98%
G=54.27%
B=34.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889570.8000.360.65152.9666.3620.98
Hex1259395002441994215
Octal221317112004410123110225
Binary10010101100111100110100000100100100000110011001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125939; }

 p { color: rgb(18,89,57); }

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

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

 a { background-color: rgb(18,89,57); }

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

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

 span { border-color: rgb(18,89,57); }

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