Html Css Color HEX #12714C Dark Spring Green

📋 copy color: '#12714C'

red 18 ◦ green 113 ◦ blue 76

#12714C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #12714C

Tints of Dark Spring Green #12714C

RGB

 RED value IS 18 (7.42% from 255) = 8.7%

 GREEN value IS 113 (44.53% from 255) = 54.59%

 BLUE value IS 76 (30.08% from 255) = 36.71%

R = 8.7%
G = 54.59%
B = 36.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#12714C (or 0x12714C) is known color: 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

RGB 18 113 76 -
CMYK 0.84 0 0.33 0.56
HSL 156.63º 0.73% 0.26% -
HSV(B) 156.63º 0.84% 0.44% -
XYZ 7.46 12.46 8.85 -
YUV 80.38 125.53 83.51 -
System Red Green Blue C M Y K H S L
Decimal 18 113 76 0.84 0 0.33 0.56 156.63 0.73 0.26
Hex 12 71 4C 54 0 21 38 9D 49 1A
Octal 22 161 114 124 0 41 70 235 111 32
Binary 10010 1110001 1001100 1010100 0 100001 111000 10011101 1001001 11010

Color Harmonies of #12714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12714C

Black with #12714C

Text Example


Text Example

White with #12714C

Text Example


Text Example

HTML Codes & Css Web 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>