Html Css Color HEX #147D0C Green

📋 copy color: '#147D0C'

red 20 ◦ green 125 ◦ blue 12

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

Shades of Green #147D0C

Tints of Green #147D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 12.74%
G = 79.62%
B = 7.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#147D0C (or 0x147D0C) is known color: Green. HEX triplet: 14, 7D and 0C. RGB value is (20,125,12). Sum of RGB (Red+Green+Blue) = 20+125+12=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 125 (49.22% from 255 or 79.62% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 125 - color contains mainly: green. Hex color #147D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147D0C is #EB82F3. Grayscale: #515151. Windows color (decimal): -15434484 or 818452. OLE color: 818452.

HSL color Cylindrical-coordinate representation of color #147D0C: hue angle of 115.75º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147D0C is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 125 12 -
CMYK 0.84 0 0.90 0.51
HSL 115.75º 0.82% 0.27% -
HSV(B) 115.75º 0.9% 0.49% -
XYZ 7.69 14.84 2.81 -
YUV 80.72 89.21 84.69 -
System Red Green Blue C M Y K H S L
Decimal 20 125 12 0.84 0 0.90 0.51 115.75 0.82 0.27
Hex 14 7D C 54 0 5A 33 74 52 1B
Octal 24 175 14 124 0 132 63 164 122 33
Binary 10100 1111101 1100 1010100 0 1011010 110011 1110100 1010010 11011

Color Harmonies of #147D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D0C

Black with #147D0C

Text Example


Text Example

White with #147D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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