Html Css Color HEX #147602 Green

📋 copy color: '#147602'

red 20 ◦ green 118 ◦ blue 2

#147602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #147602

Tints of Green #147602

RGB

 RED value IS 20 (8.2% from 255) = 14.29%

 GREEN value IS 118 (46.48% from 255) = 84.29%

 BLUE value IS 2 (1.17% from 255) = 1.43%

R = 14.29%
G = 84.29%
B = 1.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#147602 (or 0x147602) is known color: Green. HEX triplet: 14, 76 and 02. RGB value is (20,118,2). Sum of RGB (Red+Green+Blue) = 20+118+2=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 118 (46.48% from 255 or 84.29% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 118 - color contains mainly: green. Hex color #147602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147602 is #EB89FD. Grayscale: #4B4B4B. Windows color (decimal): -15436286 or 161300. OLE color: 161300.

HSL color Cylindrical-coordinate representation of color #147602: hue angle of 110.69º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147602 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 118 2 -
CMYK 0.83 0 0.98 0.54
HSL 110.69º 0.97% 0.24% -
HSV(B) 110.69º 0.98% 0.46% -
XYZ 6.78 13.11 2.23 -
YUV 75.47 86.53 88.43 -
System Red Green Blue C M Y K H S L
Decimal 20 118 2 0.83 0 0.98 0.54 110.69 0.97 0.24
Hex 14 76 2 53 0 62 36 6F 61 18
Octal 24 166 2 123 0 142 66 157 141 30
Binary 10100 1110110 10 1010011 0 1100010 110110 1101111 1100001 11000

Color Harmonies of #147602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147602

Black with #147602

Text Example


Text Example

White with #147602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147602; }

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

 H1.HeaderClassName
 {
   color: #147602;
 }
 .AnyTagClassName
 {
   color: #147602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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