Html Css Color HEX #126410 Green

📋 copy color: '#126410'

red 18 ◦ green 100 ◦ blue 16

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

Shades of Green #126410

Tints of Green #126410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 13.43%
G = 74.63%
B = 11.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#126410 (or 0x126410) is known color: Green. HEX triplet: 12, 64 and 10. RGB value is (18,100,16). Sum of RGB (Red+Green+Blue) = 18+100+16=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 100 (39.45% from 255 or 74.63% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 100 - color contains mainly: green. Hex color #126410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126410 is #ED9BEF. Grayscale: #424242. Windows color (decimal): -15571952 or 1074194. OLE color: 1074194.

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

Color convert

RGB 18 100 16 -
CMYK 0.82 0 0.84 0.61
HSL 118.57º 0.72% 0.23% -
HSV(B) 118.57º 0.84% 0.39% -
XYZ 4.9 9.28 2.02 -
YUV 65.91 99.83 93.83 -
System Red Green Blue C M Y K H S L
Decimal 18 100 16 0.82 0 0.84 0.61 118.57 0.72 0.23
Hex 12 64 10 52 0 54 3D 77 48 17
Octal 22 144 20 122 0 124 75 167 110 27
Binary 10010 1100100 10000 1010010 0 1010100 111101 1110111 1001000 10111

Color Harmonies of #126410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126410

Black with #126410

Text Example


Text Example

White with #126410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126410; }

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

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

background-color css

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

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

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

border-color css

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

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

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