#12714A

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

Shades of Dark Spring Green #12714A

Tints of Dark Spring Green #12714A

Color information

#12714A (or 0x12714A) is unknown color: approx Dark Spring Green. HEX triplet: 12, 71 and 4A. RGB value is (18,113,74). Sum of RGB (Red+Green+Blue) = 18+113+74=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #12714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12714A is #ED8EB5. Grayscale: #505050. Windows color (decimal): -15568566 or 4878610. OLE color: 4878610.

HSL color Cylindrical-coordinate representation of color #12714A: hue angle of 155.37º 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 #12714A is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1811374-
CMYK0.8400.350.56
HSL155.37º72.52%25.69%-
HSV(B)155.37º84.07%44.31%-
XYZ7.3912.438.49-
YUV80.15124.5383.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=8.78%
G=55.12%
B=36.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113740.8400.350.56155.3772.5225.69
Hex12714A54023389b491a
Octal221611121240437023311132
Binary10010111000110010101010100010001111100010011011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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