Html Css Color HEX #126401 Green

📋 copy color: '#126401'

red 18 ◦ green 100 ◦ blue 1

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

Shades of Green #126401

Tints of Green #126401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 84.03%

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

R = 15.13%
G = 84.03%
B = 0.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#126401 (or 0x126401) is known color: Green. HEX triplet: 12, 64 and 01. RGB value is (18,100,1). Sum of RGB (Red+Green+Blue) = 18+100+1=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 100 (39.45% from 255 or 84.03% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 100 - color contains mainly: green. Hex color #126401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126401 is #ED9BFE. Grayscale: #404040. Windows color (decimal): -15571967 or 91154. OLE color: 91154.

HSL color Cylindrical-coordinate representation of color #126401: hue angle of 109.7º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #126401 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 100 1 -
CMYK 0.82 0 0.99 0.61
HSL 109.7º 0.98% 0.2% -
HSV(B) 109.7º 0.99% 0.39% -
XYZ 4.81 9.25 1.56 -
YUV 64.2 92.33 95.05 -
System Red Green Blue C M Y K H S L
Decimal 18 100 1 0.82 0 0.99 0.61 109.7 0.98 0.2
Hex 12 64 1 52 0 63 3D 6E 62 14
Octal 22 144 1 122 0 143 75 156 142 24
Binary 10010 1100100 1 1010010 0 1100011 111101 1101110 1100010 10100

Color Harmonies of #126401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126401

Black with #126401

Text Example


Text Example

White with #126401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126401; }

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

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

background-color css

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

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

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

border-color css

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

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

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