Html Css Color HEX #12714A Dark Spring Green

📋 copy color: '#12714A'

red 18 ◦ green 113 ◦ blue 74

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

Shades of Dark Spring Green #12714A

Tints of Dark Spring Green #12714A

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.3% from 255) = 36.1%

R = 8.78%
G = 55.12%
B = 36.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 18 113 74 -
CMYK 0.84 0 0.35 0.56
HSL 155.37º 0.73% 0.26% -
HSV(B) 155.37º 0.84% 0.44% -
XYZ 7.39 12.43 8.49 -
YUV 80.15 124.53 83.67 -
System Red Green Blue C M Y K H S L
Decimal 18 113 74 0.84 0 0.35 0.56 155.37 0.73 0.26
Hex 12 71 4A 54 0 23 38 9B 49 1A
Octal 22 161 112 124 0 43 70 233 111 32
Binary 10010 1110001 1001010 1010100 0 100011 111000 10011011 1001001 11010

Color Harmonies of #12714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12714A

Black with #12714A

Text Example


Text Example

White with #12714A

Text Example


Text Example

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