#147204

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

Shades of Green #147204

Tints of Green #147204

Color information

#147204 (or 0x147204) is unknown color: approx Green. HEX triplet: 14, 72 and 04. RGB value is (20,114,4). Sum of RGB (Red+Green+Blue) = 20+114+4=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 114 (44.92% from 255 or 82.61% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 114 - color contains mainly: green. Hex color #147204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147204 is #EB8DFB. Grayscale: #494949. Windows color (decimal): -15437308 or 291348. OLE color: 291348.

HSL color Cylindrical-coordinate representation of color #147204: hue angle of 111.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #147204 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB201144-
CMYK0.8200.960.55
HSL111.27º93.22%23.14%-
HSV(B)111.27º96.49%44.71%-
XYZ6.3312.192.13-
YUV73.3588.8689.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 114 (44.92% from 255) = 82.61%
BLUE value IS 4 (1.95% from 255) = 2.90%
R=14.49%
G=82.61%
B=2.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2011440.8200.960.55111.2793.2223.14
Hex1472452060376f5d17
Octal24162412201406715713527
Binary1010011100101001010010011000001101111101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147204; }

 p { color: rgb(20,114,4); }

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

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

 a { background-color: rgb(20,114,4); }

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

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

 span { border-color: rgb(20,114,4); }

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