Html Css Color HEX #126C01 Green

📋 copy color: '#126C01'

red 18 ◦ green 108 ◦ blue 1

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

Shades of Green #126C01

Tints of Green #126C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 14.17%
G = 85.04%
B = 0.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#126C01 (or 0x126C01) is known color: Green. HEX triplet: 12, 6C and 01. RGB value is (18,108,1). Sum of RGB (Red+Green+Blue) = 18+108+1=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 108 (42.58% from 255 or 85.04% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 108 - color contains mainly: green. Hex color #126C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126C01 is #ED93FE. Grayscale: #454545. Windows color (decimal): -15569919 or 93202. OLE color: 93202.

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

Color convert

RGB 18 108 1 -
CMYK 0.83 0 0.99 0.58
HSL 110.47º 0.98% 0.21% -
HSV(B) 110.47º 0.99% 0.42% -
XYZ 5.62 10.86 1.83 -
YUV 68.89 89.68 91.7 -
System Red Green Blue C M Y K H S L
Decimal 18 108 1 0.83 0 0.99 0.58 110.47 0.98 0.21
Hex 12 6C 1 53 0 63 3A 6E 62 15
Octal 22 154 1 123 0 143 72 156 142 25
Binary 10010 1101100 1 1010011 0 1100011 111010 1101110 1100010 10101

Color Harmonies of #126C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C01

Black with #126C01

Text Example


Text Example

White with #126C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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