#12890D

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

Shades of Green #12890D

Tints of Green #12890D

Color information

#12890D (or 0x12890D) is unknown color: approx Green. HEX triplet: 12, 89 and 0D. RGB value is (18,137,13). Sum of RGB (Red+Green+Blue) = 18+137+13=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 137 (53.91% from 255 or 81.55% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 137 - color contains mainly: green. Hex color #12890D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12890D is #ED76F2. Grayscale: #575757. Windows color (decimal): -15562483 or 887058. OLE color: 887058.

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

Color convert

RGB1813713-
CMYK0.8700.910.46
HSL117.58º82.67%29.41%-
HSV(B)117.58º90.51%53.73%-
XYZ9.2718.053.38-
YUV87.2886.0878.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 137 (53.91% from 255) = 81.55%
BLUE value IS 13 (5.47% from 255) = 7.74%
R=10.71%
G=81.55%
B=7.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18137130.8700.910.46117.5882.6729.41
Hex1289D5705B2E76531d
Octal222111512701335616612335
Binary100101000100111011010111010110111011101110110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12890D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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