Html Css Color HEX #147D07 Green

📋 copy color: '#147D07'

red 20 ◦ green 125 ◦ blue 7

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

Shades of Green #147D07

Tints of Green #147D07

RGB

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

 GREEN value IS 125 (49.22% from 255) = 82.24%

 BLUE value IS 7 (3.13% from 255) = 4.61%

R = 13.16%
G = 82.24%
B = 4.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#147D07 (or 0x147D07) is known color: Green. HEX triplet: 14, 7D and 07. RGB value is (20,125,7). Sum of RGB (Red+Green+Blue) = 20+125+7=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 125 (49.22% from 255 or 82.24% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 125 - color contains mainly: green. Hex color #147D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147D07 is #EB82F8. Grayscale: #505050. Windows color (decimal): -15434489 or 490772. OLE color: 490772.

HSL color Cylindrical-coordinate representation of color #147D07: hue angle of 113.39º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #147D07 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 125 7 -
CMYK 0.84 0 0.94 0.51
HSL 113.39º 0.89% 0.26% -
HSV(B) 113.39º 0.94% 0.49% -
XYZ 7.66 14.83 2.66 -
YUV 80.15 86.71 85.09 -
System Red Green Blue C M Y K H S L
Decimal 20 125 7 0.84 0 0.94 0.51 113.39 0.89 0.26
Hex 14 7D 7 54 0 5E 33 71 59 1A
Octal 24 175 7 124 0 136 63 161 131 32
Binary 10100 1111101 111 1010100 0 1011110 110011 1110001 1011001 11010

Color Harmonies of #147D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D07

Black with #147D07

Text Example


Text Example

White with #147D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,125,7); }

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

background-color css

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

 a { background-color: rgb(20,125,7); }

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

border-color css

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

 span { border-color: rgb(20,125,7); }

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