Html Css Color HEX #126101 Green

📋 copy color: '#126101'

red 18 ◦ green 97 ◦ blue 1

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

Shades of Green #126101

Tints of Green #126101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 83.62%

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

R = 15.52%
G = 83.62%
B = 0.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#126101 (or 0x126101) is known color: Green. HEX triplet: 12, 61 and 01. RGB value is (18,97,1). Sum of RGB (Red+Green+Blue) = 18+97+1=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 97 (38.28% from 255 or 83.62% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 97 - color contains mainly: green. Hex color #126101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126101 is #ED9EFE. Grayscale: #3E3E3E. Windows color (decimal): -15572735 or 90386. OLE color: 90386.

HSL color Cylindrical-coordinate representation of color #126101: hue angle of 109.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #126101 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 1 -
CMYK 0.81 0 0.99 0.62
HSL 109.38º 0.98% 0.19% -
HSV(B) 109.38º 0.99% 0.38% -
XYZ 4.53 8.68 1.47 -
YUV 62.44 93.33 96.31 -
System Red Green Blue C M Y K H S L
Decimal 18 97 1 0.81 0 0.99 0.62 109.38 0.98 0.19
Hex 12 61 1 51 0 63 3E 6D 62 13
Octal 22 141 1 121 0 143 76 155 142 23
Binary 10010 1100001 1 1010001 0 1100011 111110 1101101 1100010 10011

Color Harmonies of #126101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126101

Black with #126101

Text Example


Text Example

White with #126101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126101; }

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

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

background-color css

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

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

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

border-color css

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

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

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