#146F09

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

Shades of Green #146F09

Tints of Green #146F09

Color information

#146F09 (or 0x146F09) is unknown color: approx Green. HEX triplet: 14, 6F and 09. RGB value is (20,111,9). Sum of RGB (Red+Green+Blue) = 20+111+9=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 111 (43.75% from 255 or 79.29% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 111 - color contains mainly: green. Hex color #146F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146F09 is #EB90F6. Grayscale: #484848. Windows color (decimal): -15438071 or 618260. OLE color: 618260.

HSL color Cylindrical-coordinate representation of color #146F09: hue angle of 113.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146F09 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB201119-
CMYK0.8200.920.56
HSL113.53º85%23.53%-
HSV(B)113.53º91.89%43.53%-
XYZ6.0211.542.17-
YUV72.1692.3590.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 111 (43.75% from 255) = 79.29%
BLUE value IS 9 (3.91% from 255) = 6.43%
R=14.29%
G=79.29%
B=6.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2011190.8200.920.56113.538523.53
Hex146F95205C38725518
Octal241571112201347016212530
Binary10100110111110011010010010111001110001110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146F09; }

 p { color: rgb(20,111,9); }

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

<style>
 a { background-color: #146F09; }

 a { background-color: rgb(20,111,9); }

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

<style>
 span { border-color: #146F09; }

 span { border-color: rgb(20,111,9); }

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