Html Css Color HEX #126C13 Green

📋 copy color: '#126C13'

red 18 ◦ green 108 ◦ blue 19

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

Shades of Green #126C13

Tints of Green #126C13

RGB

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

 GREEN value IS 108 (42.58% from 255) = 74.48%

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

R = 12.41%
G = 74.48%
B = 13.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#126C13 (or 0x126C13) is known color: Green. HEX triplet: 12, 6C and 13. RGB value is (18,108,19). Sum of RGB (Red+Green+Blue) = 18+108+19=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 108 (42.58% from 255 or 74.48% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 108 - color contains mainly: green. Hex color #126C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126C13 is #ED93EC. Grayscale: #474747. Windows color (decimal): -15569901 or 1272850. OLE color: 1272850.

HSL color Cylindrical-coordinate representation of color #126C13: hue angle of 120.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126C13 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 108 19 -
CMYK 0.83 0 0.82 0.58
HSL 120.67º 0.71% 0.25% -
HSV(B) 120.67º 0.83% 0.42% -
XYZ 5.73 10.9 2.42 -
YUV 70.94 98.68 90.24 -
System Red Green Blue C M Y K H S L
Decimal 18 108 19 0.83 0 0.82 0.58 120.67 0.71 0.25
Hex 12 6C 13 53 0 52 3A 79 47 19
Octal 22 154 23 123 0 122 72 171 107 31
Binary 10010 1101100 10011 1010011 0 1010010 111010 1111001 1000111 11001

Color Harmonies of #126C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C13

Black with #126C13

Text Example


Text Example

White with #126C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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