#12690A

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

Shades of Green #12690A

Tints of Green #12690A

Color information

#12690A (or 0x12690A) is unknown color: approx Green. HEX triplet: 12, 69 and 0A. RGB value is (18,105,10). Sum of RGB (Red+Green+Blue) = 18+105+10=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 105 (41.41% from 255 or 78.95% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 105 - color contains mainly: green. Hex color #12690A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12690A is #ED96F5. Grayscale: #444444. Windows color (decimal): -15570678 or 682258. OLE color: 682258.

HSL color Cylindrical-coordinate representation of color #12690A: hue angle of 114.95º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12690A is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1810510-
CMYK0.8300.900.59
HSL114.95º82.61%22.55%-
HSV(B)114.95º90.48%41.18%-
XYZ5.3610.251.98-
YUV68.1695.1892.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 105 (41.41% from 255) = 78.95%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=13.53%
G=78.95%
B=7.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18105100.8300.900.59114.9582.6122.55
Hex1269A5305A3B735317
Octal221511212301327316312327
Binary10010110100110101010011010110101110111110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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