Html Css Color HEX #0F7C0D Green

📋 copy color: '#0F7C0D'

red 15 ◦ green 124 ◦ blue 13

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

Shades of Green #0F7C0D

Tints of Green #0F7C0D

RGB

 RED value IS 15 (6.25% from 255) = 9.87%

 GREEN value IS 124 (48.83% from 255) = 81.58%

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 9.87%
G = 81.58%
B = 8.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#0F7C0D (or 0x0F7C0D) is known color: Green. HEX triplet: 0F, 7C and 0D. RGB value is (15,124,13). Sum of RGB (Red+Green+Blue) = 15+124+13=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 124 (48.83% from 255 or 81.58% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7C0D is #F083F2. Grayscale: #4F4F4F. Windows color (decimal): -15762419 or 883727. OLE color: 883727.

HSL color Cylindrical-coordinate representation of color #0F7C0D: hue angle of 118.92º degrees, saturation: 0.81, 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 #0F7C0D is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 124 13 -
CMYK 0.88 0 0.90 0.51
HSL 118.92º 0.81% 0.27% -
HSV(B) 118.92º 0.9% 0.49% -
XYZ 7.48 14.55 2.79 -
YUV 78.76 90.89 82.53 -
System Red Green Blue C M Y K H S L
Decimal 15 124 13 0.88 0 0.90 0.51 118.92 0.81 0.27
Hex F 7C D 58 0 5A 33 77 51 1B
Octal 17 174 15 130 0 132 63 167 121 33
Binary 1111 1111100 1101 1011000 0 1011010 110011 1110111 1010001 11011

Color Harmonies of #0F7C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C0D

Black with #0F7C0D

Text Example


Text Example

White with #0F7C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F7C0D; }

 p { color: rgb(15,124,13); }

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

background-color css

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

 a { background-color: rgb(15,124,13); }

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

border-color css

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

 span { border-color: rgb(15,124,13); }

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