#146610

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

Shades of Green #146610

Tints of Green #146610

Color information

#146610 (or 0x146610) is unknown color: approx Green. HEX triplet: 14, 66 and 10. RGB value is (20,102,16). Sum of RGB (Red+Green+Blue) = 20+102+16=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #146610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146610 is #EB99EF. Grayscale: #434343. Windows color (decimal): -15440368 or 1074708. OLE color: 1074708.

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

Color convert

RGB2010216-
CMYK0.8000.840.6
HSL117.21º72.88%23.14%-
HSV(B)117.21º84.31%40%-
XYZ5.139.692.09-
YUV67.6898.8393.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 102 (40.23% from 255) = 73.91%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=14.49%
G=73.91%
B=11.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102160.8000.840.6117.2172.8823.14
Hex146610500543C754917
Octal241462012001247416511127
Binary101001100110100001010000010101001111001110101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146610; }

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

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

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

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

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

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

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

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