#12880B

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

Shades of Green #12880B

Tints of Green #12880B

Color information

#12880B (or 0x12880B) is unknown color: approx Green. HEX triplet: 12, 88 and 0B. RGB value is (18,136,11). Sum of RGB (Red+Green+Blue) = 18+136+11=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 136 (53.52% from 255 or 82.42% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 136 - color contains mainly: green. Hex color #12880B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12880B is #ED77F4. Grayscale: #565656. Windows color (decimal): -15562741 or 755730. OLE color: 755730.

HSL color Cylindrical-coordinate representation of color #12880B: hue angle of 116.64º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12880B is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1813611-
CMYK0.8700.920.47
HSL116.64º85.03%28.82%-
HSV(B)116.64º91.91%53.33%-
XYZ9.1117.763.26-
YUV86.4785.4179.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 136 (53.52% from 255) = 82.42%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=10.91%
G=82.42%
B=6.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18136110.8700.920.47116.6485.0328.82
Hex1288B5705C2F75551d
Octal222101312701345716512535
Binary100101000100010111010111010111001011111110101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12880B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12880B; }

 p { color: rgb(18,136,11); }

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

<style>
 a { background-color: #12880B; }

 a { background-color: rgb(18,136,11); }

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

<style>
 span { border-color: #12880B; }

 span { border-color: rgb(18,136,11); }

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