Html Css Color HEX #12714B Dark Spring Green

📋 copy color: '#12714B'

red 18 ◦ green 113 ◦ blue 75

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

Shades of Dark Spring Green #12714B

Tints of Dark Spring Green #12714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 8.74%
G = 54.85%
B = 36.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#12714B (or 0x12714B) is known color: Dark Spring Green. HEX triplet: 12, 71 and 4B. RGB value is (18,113,75). Sum of RGB (Red+Green+Blue) = 18+113+75=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #12714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12714B is #ED8EB4. Grayscale: #505050. Windows color (decimal): -15568565 or 4944146. OLE color: 4944146.

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

Color convert

RGB 18 113 75 -
CMYK 0.84 0 0.34 0.56
HSL 156º 0.73% 0.26% -
HSV(B) 156º 0.84% 0.44% -
XYZ 7.42 12.45 8.67 -
YUV 80.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 18 113 75 0.84 0 0.34 0.56 156 0.73 0.26
Hex 12 71 4B 54 0 22 38 9C 49 1A
Octal 22 161 113 124 0 42 70 234 111 32
Binary 10010 1110001 1001011 1010100 0 100010 111000 10011100 1001001 11010

Color Harmonies of #12714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12714B

Black with #12714B

Text Example


Text Example

White with #12714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12714B;
 }
 .AnyTagClassName
 {
   color: #12714B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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