Html Css Color HEX #126F45 Dark Spring Green

📋 copy color: '#126F45'

red 18 ◦ green 111 ◦ blue 69

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

Shades of Dark Spring Green #126F45

Tints of Dark Spring Green #126F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.06%

 BLUE value IS 69 (27.34% from 255) = 34.85%

R = 9.09%
G = 56.06%
B = 34.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#126F45 (or 0x126F45) is known color: Dark Spring Green. HEX triplet: 12, 6F and 45. RGB value is (18,111,69). Sum of RGB (Red+Green+Blue) = 18+111+69=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #126F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F45 is #ED90BA. Grayscale: #4E4E4E. Windows color (decimal): -15569083 or 4550418. OLE color: 4550418.

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

Color convert

RGB 18 111 69 -
CMYK 0.84 0 0.38 0.56
HSL 152.9º 0.72% 0.25% -
HSV(B) 152.9º 0.84% 0.44% -
XYZ 7.01 11.93 7.56 -
YUV 78.41 122.69 84.92 -
System Red Green Blue C M Y K H S L
Decimal 18 111 69 0.84 0 0.38 0.56 152.9 0.72 0.25
Hex 12 6F 45 54 0 26 38 99 48 19
Octal 22 157 105 124 0 46 70 231 110 31
Binary 10010 1101111 1000101 1010100 0 100110 111000 10011001 1001000 11001

Color Harmonies of #126F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F45

Black with #126F45

Text Example


Text Example

White with #126F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126F45; }

 p { color: rgb(18,111,69); }

 H1.HeaderClassName
 {
   color: #126F45;
 }
 .AnyTagClassName
 {
   color: #126F45;
 }
</style>

background-color css

<style>
 a { background-color: #126F45; }

 a { background-color: rgb(18,111,69); }

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

border-color css

<style>
 span { border-color: #126F45; }

 span { border-color: rgb(18,111,69); }

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