#147A02

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

Shades of Green #147A02

Tints of Green #147A02

Color information

#147A02 (or 0x147A02) is unknown color: approx Green. HEX triplet: 14, 7A and 02. RGB value is (20,122,2). Sum of RGB (Red+Green+Blue) = 20+122+2=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 122 (48.05% from 255 or 84.72% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 122 - color contains mainly: green. Hex color #147A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147A02 is #EB85FD. Grayscale: #4E4E4E. Windows color (decimal): -15435262 or 162324. OLE color: 162324.

HSL color Cylindrical-coordinate representation of color #147A02: hue angle of 111º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147A02 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB201222-
CMYK0.8400.980.52
HSL111º96.77%24.31%-
HSV(B)111º98.36%47.84%-
XYZ7.2614.072.39-
YUV77.8285.2186.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 122 (48.05% from 255) = 84.72%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=13.89%
G=84.72%
B=1.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2012220.8400.980.5211196.7724.31
Hex147A254062346f6118
Octal24172212401426415714130
Binary101001111010101010100011000101101001101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147A02; }

 p { color: rgb(20,122,2); }

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

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

 a { background-color: rgb(20,122,2); }

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

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

 span { border-color: rgb(20,122,2); }

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