Html Css Color HEX #126E13 Green

📋 copy color: '#126E13'

red 18 ◦ green 110 ◦ blue 19

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

Shades of Green #126E13

Tints of Green #126E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 12.24%
G = 74.83%
B = 12.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#126E13 (or 0x126E13) is known color: Green. HEX triplet: 12, 6E and 13. RGB value is (18,110,19). Sum of RGB (Red+Green+Blue) = 18+110+19=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 110 (43.36% from 255 or 74.83% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 110 - color contains mainly: green. Hex color #126E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126E13 is #ED91EC. Grayscale: #484848. Windows color (decimal): -15569389 or 1273362. OLE color: 1273362.

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

Color convert

RGB 18 110 19 -
CMYK 0.84 0 0.83 0.57
HSL 120.65º 0.72% 0.25% -
HSV(B) 120.65º 0.84% 0.43% -
XYZ 5.94 11.33 2.49 -
YUV 72.12 98.02 89.4 -
System Red Green Blue C M Y K H S L
Decimal 18 110 19 0.84 0 0.83 0.57 120.65 0.72 0.25
Hex 12 6E 13 54 0 53 39 79 48 19
Octal 22 156 23 124 0 123 71 171 110 31
Binary 10010 1101110 10011 1010100 0 1010011 111001 1111001 1001000 11001

Color Harmonies of #126E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E13

Black with #126E13

Text Example


Text Example

White with #126E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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