Html Css Color HEX #126E3D Dark Spring Green

📋 copy color: '#126E3D'

red 18 ◦ green 110 ◦ blue 61

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

Shades of Dark Spring Green #126E3D

Tints of Dark Spring Green #126E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 58.2%

 BLUE value IS 61 (24.22% from 255) = 32.28%

R = 9.52%
G = 58.2%
B = 32.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#126E3D (or 0x126E3D) is known color: Dark Spring Green. HEX triplet: 12, 6E and 3D. RGB value is (18,110,61). Sum of RGB (Red+Green+Blue) = 18+110+61=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 110 (43.36% from 255 or 58.20% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 110 - color contains mainly: green. Hex color #126E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126E3D is #ED91C2. Grayscale: #4D4D4D. Windows color (decimal): -15569347 or 4025874. OLE color: 4025874.

HSL color Cylindrical-coordinate representation of color #126E3D: hue angle of 148.04º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E3D is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 110 61 -
CMYK 0.84 0 0.45 0.57
HSL 148.04º 0.72% 0.25% -
HSV(B) 148.04º 0.84% 0.43% -
XYZ 6.67 11.62 6.31 -
YUV 76.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 18 110 61 0.84 0 0.45 0.57 148.04 0.72 0.25
Hex 12 6E 3D 54 0 2D 39 94 48 19
Octal 22 156 75 124 0 55 71 224 110 31
Binary 10010 1101110 111101 1010100 0 101101 111001 10010100 1001000 11001

Color Harmonies of #126E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E3D

Black with #126E3D

Text Example


Text Example

White with #126E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,110,61); }

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

background-color css

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

 a { background-color: rgb(18,110,61); }

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

border-color css

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

 span { border-color: rgb(18,110,61); }

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