#146100

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

Shades of Green #146100

Tints of Green #146100

Color information

#146100 (or 0x146100) is unknown color: approx Green. HEX triplet: 14, 61 and 00. RGB value is (20,97,0). Sum of RGB (Red+Green+Blue) = 20+97+0=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 97 (38.28% from 255 or 82.91% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 97 - color contains mainly: green. Hex color #146100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146100 is #EB9EFF. Grayscale: #3F3F3F. Windows color (decimal): -15441664 or 24852. OLE color: 24852.

HSL color Cylindrical-coordinate representation of color #146100: hue angle of 107.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #146100 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB20970-
CMYK0.79010.62
HSL107.63º100%19.02%-
HSV(B)107.63º100%38.04%-
XYZ4.568.71.44-
YUV62.9292.4997.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 97 (38.28% from 255) = 82.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.09%
G=82.91%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal209700.79010.62107.6310019.02
Hex146104F0643E6c6413
Octal24141011701447615414423
Binary10100110000101001111011001001111101101100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146100; }

 p { color: rgb(20,97,0); }

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

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

 a { background-color: rgb(20,97,0); }

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

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

 span { border-color: rgb(20,97,0); }

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