#12714C

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

Shades of Dark Spring Green #12714C

Tints of Dark Spring Green #12714C

Color information

#12714C (or 0x12714C) is unknown color: approx Dark Spring Green. HEX triplet: 12, 71 and 4C. RGB value is (18,113,76). Sum of RGB (Red+Green+Blue) = 18+113+76=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #12714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12714C is #ED8EB3. Grayscale: #505050. Windows color (decimal): -15568564 or 5009682. OLE color: 5009682.

HSL color Cylindrical-coordinate representation of color #12714C: hue angle of 156.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12714C is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1811376-
CMYK0.8400.330.56
HSL156.63º72.52%25.69%-
HSV(B)156.63º84.07%44.31%-
XYZ7.4612.468.85-
YUV80.38125.5383.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 113 (44.53% from 255) = 54.59%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=8.70%
G=54.59%
B=36.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113760.8400.330.56156.6372.5225.69
Hex12714C54021389d491a
Octal221611141240417023511132
Binary10010111000110011001010100010000111100010011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,113,76); }

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

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

 a { background-color: rgb(18,113,76); }

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

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

 span { border-color: rgb(18,113,76); }

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