Html Css Color HEX #126610 Green

📋 copy color: '#126610'

red 18 ◦ green 102 ◦ blue 16

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

Shades of Green #126610

Tints of Green #126610

RGB

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

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

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

R = 13.24%
G = 75%
B = 11.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#126610 (or 0x126610) is known color: Green. HEX triplet: 12, 66 and 10. RGB value is (18,102,16). Sum of RGB (Red+Green+Blue) = 18+102+16=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #126610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126610 is #ED99EF. Grayscale: #434343. Windows color (decimal): -15571440 or 1074706. OLE color: 1074706.

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

Color convert

RGB 18 102 16 -
CMYK 0.82 0 0.84 0.6
HSL 118.6º 0.73% 0.23% -
HSV(B) 118.6º 0.84% 0.4% -
XYZ 5.09 9.67 2.09 -
YUV 67.08 99.17 92.99 -
System Red Green Blue C M Y K H S L
Decimal 18 102 16 0.82 0 0.84 0.6 118.6 0.73 0.23
Hex 12 66 10 52 0 54 3C 77 49 17
Octal 22 146 20 122 0 124 74 167 111 27
Binary 10010 1100110 10000 1010010 0 1010100 111100 1110111 1001001 10111

Color Harmonies of #126610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126610

Black with #126610

Text Example


Text Example

White with #126610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126610; }

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

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

background-color css

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

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

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

border-color css

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

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

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