Html Css Color HEX #126301 Green

📋 copy color: '#126301'

red 18 ◦ green 99 ◦ blue 1

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

Shades of Green #126301

Tints of Green #126301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 83.9%

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

R = 15.25%
G = 83.9%
B = 0.85%

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

#126301 (or 0x126301) is known color: Green. HEX triplet: 12, 63 and 01. RGB value is (18,99,1). Sum of RGB (Red+Green+Blue) = 18+99+1=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 99 (39.06% from 255 or 83.90% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 99 - color contains mainly: green. Hex color #126301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126301 is #ED9CFE. Grayscale: #3F3F3F. Windows color (decimal): -15572223 or 90898. OLE color: 90898.

HSL color Cylindrical-coordinate representation of color #126301: hue angle of 109.59º 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 #126301 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 99 1 -
CMYK 0.82 0 0.99 0.61
HSL 109.59º 0.98% 0.2% -
HSV(B) 109.59º 0.99% 0.39% -
XYZ 4.72 9.05 1.53 -
YUV 63.61 92.66 95.47 -
System Red Green Blue C M Y K H S L
Decimal 18 99 1 0.82 0 0.99 0.61 109.59 0.98 0.2
Hex 12 63 1 52 0 63 3D 6E 62 14
Octal 22 143 1 122 0 143 75 156 142 24
Binary 10010 1100011 1 1010010 0 1100011 111101 1101110 1100010 10100

Color Harmonies of #126301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126301

Black with #126301

Text Example


Text Example

White with #126301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126301; }

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

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

background-color css

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

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

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

border-color css

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

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

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