#12890A

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

Shades of Green #12890A

Tints of Green #12890A

Color information

#12890A (or 0x12890A) is unknown color: approx Green. HEX triplet: 12, 89 and 0A. RGB value is (18,137,10). Sum of RGB (Red+Green+Blue) = 18+137+10=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 137 (53.91% from 255 or 83.03% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 137 - color contains mainly: green. Hex color #12890A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12890A is #ED76F5. Grayscale: #575757. Windows color (decimal): -15562486 or 690450. OLE color: 690450.

HSL color Cylindrical-coordinate representation of color #12890A: hue angle of 116.22º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12890A is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1813710-
CMYK0.8700.930.46
HSL116.22º86.39%28.82%-
HSV(B)116.22º92.7%53.73%-
XYZ9.2518.043.28-
YUV86.9484.5878.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 137 (53.91% from 255) = 83.03%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=10.91%
G=83.03%
B=6.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137100.8700.930.46116.2286.3928.82
Hex1289A5705D2E74561d
Octal222111212701355616412635
Binary100101000100110101010111010111011011101110100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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