Html Css Color HEX #12704A Dark Spring Green

📋 copy color: '#12704A'

red 18 ◦ green 112 ◦ blue 74

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

Shades of Dark Spring Green #12704A

Tints of Dark Spring Green #12704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.9%

 BLUE value IS 74 (29.3% from 255) = 36.27%

R = 8.82%
G = 54.9%
B = 36.27%

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

#12704A (or 0x12704A) is known color: Dark Spring Green. HEX triplet: 12, 70 and 4A. RGB value is (18,112,74). Sum of RGB (Red+Green+Blue) = 18+112+74=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #12704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12704A is #ED8FB5. Grayscale: #4F4F4F. Windows color (decimal): -15568822 or 4878354. OLE color: 4878354.

HSL color Cylindrical-coordinate representation of color #12704A: hue angle of 155.74º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12704A is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 74 -
CMYK 0.84 0 0.34 0.56
HSL 155.74º 0.72% 0.25% -
HSV(B) 155.74º 0.84% 0.44% -
XYZ 7.28 12.21 8.45 -
YUV 79.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 18 112 74 0.84 0 0.34 0.56 155.74 0.72 0.25
Hex 12 70 4A 54 0 22 38 9C 48 19
Octal 22 160 112 124 0 42 70 234 110 31
Binary 10010 1110000 1001010 1010100 0 100010 111000 10011100 1001000 11001

Color Harmonies of #12704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12704A

Black with #12704A

Text Example


Text Example

White with #12704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12704A;
 }
 .AnyTagClassName
 {
   color: #12704A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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