Html Css Color HEX #126601 Green

📋 copy color: '#126601'

red 18 ◦ green 102 ◦ blue 1

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

Shades of Green #126601

Tints of Green #126601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 84.3%

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

R = 14.88%
G = 84.3%
B = 0.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#126601 (or 0x126601) is known color: Green. HEX triplet: 12, 66 and 01. RGB value is (18,102,1). Sum of RGB (Red+Green+Blue) = 18+102+1=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 102 (40.23% from 255 or 84.30% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 102 - color contains mainly: green. Hex color #126601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126601 is #ED99FE. Grayscale: #414141. Windows color (decimal): -15571455 or 91666. OLE color: 91666.

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

Color convert

RGB 18 102 1 -
CMYK 0.82 0 0.99 0.6
HSL 109.9º 0.98% 0.2% -
HSV(B) 109.9º 0.99% 0.4% -
XYZ 5.01 9.63 1.62 -
YUV 65.37 91.67 94.21 -
System Red Green Blue C M Y K H S L
Decimal 18 102 1 0.82 0 0.99 0.6 109.9 0.98 0.2
Hex 12 66 1 52 0 63 3C 6E 62 14
Octal 22 146 1 122 0 143 74 156 142 24
Binary 10010 1100110 1 1010010 0 1100011 111100 1101110 1100010 10100

Color Harmonies of #126601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126601

Black with #126601

Text Example


Text Example

White with #126601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126601; }

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

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

background-color css

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

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

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

border-color css

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

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

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