#126F43

Color #126F43 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #126F43

Tints of Dark Spring Green #126F43

Color information

#126F43 (or 0x126F43) is unknown color: approx Dark Spring Green. HEX triplet: 12, 6F and 43. RGB value is (18,111,67). Sum of RGB (Red+Green+Blue) = 18+111+67=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #126F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F43 is #ED90BC. Grayscale: #4E4E4E. Windows color (decimal): -15569085 or 4419346. OLE color: 4419346.

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

Color convert

RGB1811167-
CMYK0.8400.400.56
HSL151.61º72.09%25.29%-
HSV(B)151.61º83.78%43.53%-
XYZ6.9511.97.24-
YUV78.18121.6985.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 111 (43.75% from 255) = 56.63%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=9.18%
G=56.63%
B=34.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111670.8400.400.56151.6172.0925.29
Hex126F435402838984819
Octal221571031240507023011031
Binary10010110111110000111010100010100011100010011000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #126F43;
 }
 .AnyTagClassName
 {
   color: #126F43;
 }
</style>
background-color css

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

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

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

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

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

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