#12660D

Color #12660D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #12660D

Tints of Green #12660D

Color information

#12660D (or 0x12660D) is unknown color: approx Green. HEX triplet: 12, 66 and 0D. RGB value is (18,102,13). Sum of RGB (Red+Green+Blue) = 18+102+13=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 102 (40.23% from 255 or 76.69% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 102 - color contains mainly: green. Hex color #12660D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12660D is #ED99F2. Grayscale: #434343. Windows color (decimal): -15571443 or 878098. OLE color: 878098.

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

Color convert

RGB1810213-
CMYK0.8200.870.6
HSL116.63º77.39%22.55%-
HSV(B)116.63º87.25%40%-
XYZ5.079.661.98-
YUV66.7497.6793.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 102 (40.23% from 255) = 76.69%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=13.53%
G=76.69%
B=9.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102130.8200.870.6116.6377.3922.55
Hex1266D520573C754d17
Octal221461512201277416511527
Binary10010110011011011010010010101111111001110101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12660D; }

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

 H1.HeaderClassName
 {
   color: #12660D;
 }
 .AnyTagClassName
 {
   color: #12660D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #12660D;
 }
 .BgClassName
 {
   background-color: #12660D;
 }
</style>
border-color css

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

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

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