#146612

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

Shades of Green #146612

Tints of Green #146612

Color information

#146612 (or 0x146612) is unknown color: approx Green. HEX triplet: 14, 66 and 12. RGB value is (20,102,18). Sum of RGB (Red+Green+Blue) = 20+102+18=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 102 (40.23% from 255 or 72.86% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 102 - color contains mainly: green. Hex color #146612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146612 is #EB99ED. Grayscale: #444444. Windows color (decimal): -15440366 or 1205780. OLE color: 1205780.

HSL color Cylindrical-coordinate representation of color #146612: hue angle of 118.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146612 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB2010218-
CMYK0.8000.820.6
HSL118.57º70%23.53%-
HSV(B)118.57º82.35%40%-
XYZ5.159.72.17-
YUV67.9199.8393.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 102 (40.23% from 255) = 72.86%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=14.29%
G=72.86%
B=12.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102180.8000.820.6118.577023.53
Hex146612500523C774618
Octal241462212001227416710630
Binary101001100110100101010000010100101111001110111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146612; }

 p { color: rgb(20,102,18); }

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

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

 a { background-color: rgb(20,102,18); }

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

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

 span { border-color: rgb(20,102,18); }

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