#146140

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

Shades of Fun Green #146140

Tints of Fun Green #146140

Color information

#146140 (or 0x146140) is unknown color: approx Fun Green. HEX triplet: 14, 61 and 40. RGB value is (20,97,64). Sum of RGB (Red+Green+Blue) = 20+97+64=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #146140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146140 is #EB9EBF. Grayscale: #464646. Windows color (decimal): -15441600 or 4219156. OLE color: 4219156.

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

Color convert

RGB209764-
CMYK0.7900.340.62
HSL154.29º65.81%22.94%-
HSV(B)154.29º79.38%38.04%-
XYZ5.499.076.31-
YUV70.22124.4992.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=11.05%
G=53.59%
B=35.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097640.7900.340.62154.2965.8122.94
Hex1461404F0223E9a4217
Octal241411001170427623210227
Binary10100110000110000001001111010001011111010011010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146140; }

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

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

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

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

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

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

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

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