#12640A

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

Shades of Green #12640A

Tints of Green #12640A

Color information

#12640A (or 0x12640A) is unknown color: approx Green. HEX triplet: 12, 64 and 0A. RGB value is (18,100,10). Sum of RGB (Red+Green+Blue) = 18+100+10=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 100 (39.45% from 255 or 78.12% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 100 - color contains mainly: green. Hex color #12640A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12640A is #ED9BF5. Grayscale: #414141. Windows color (decimal): -15571958 or 680978. OLE color: 680978.

HSL color Cylindrical-coordinate representation of color #12640A: hue angle of 114.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12640A is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB1810010-
CMYK0.8200.900.61
HSL114.67º81.82%21.57%-
HSV(B)114.67º90%39.22%-
XYZ4.869.261.82-
YUV65.2296.8394.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 100 (39.45% from 255) = 78.12%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=14.06%
G=78.12%
B=7.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal18100100.8200.900.61114.6781.8221.57
Hex1264A5205A3D735216
Octal221441212201327516312226
Binary10010110010010101010010010110101111011110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12640A; }

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

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

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

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

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

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

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

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