Html Css Color HEX #0F7004 Green

📋 copy color: '#0F7004'

red 15 ◦ green 112 ◦ blue 4

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

Shades of Green #0F7004

Tints of Green #0F7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 85.5%

 BLUE value IS 4 (1.95% from 255) = 3.05%

R = 11.45%
G = 85.5%
B = 3.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#0F7004 (or 0x0F7004) is known color: Green. HEX triplet: 0F, 70 and 04. RGB value is (15,112,4). Sum of RGB (Red+Green+Blue) = 15+112+4=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7004 is #F08FFB. Grayscale: #474747. Windows color (decimal): -15765500 or 290831. OLE color: 290831.

HSL color Cylindrical-coordinate representation of color #0F7004: hue angle of 113.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F7004 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 112 4 -
CMYK 0.87 0 0.96 0.56
HSL 113.89º 0.93% 0.23% -
HSV(B) 113.89º 0.96% 0.44% -
XYZ 6.01 11.7 2.06 -
YUV 70.69 90.36 88.28 -
System Red Green Blue C M Y K H S L
Decimal 15 112 4 0.87 0 0.96 0.56 113.89 0.93 0.23
Hex F 70 4 57 0 60 38 72 5D 17
Octal 17 160 4 127 0 140 70 162 135 27
Binary 1111 1110000 100 1010111 0 1100000 111000 1110010 1011101 10111

Color Harmonies of #0F7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7004

Black with #0F7004

Text Example


Text Example

White with #0F7004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,4); }

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

background-color css

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

 a { background-color: rgb(15,112,4); }

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

border-color css

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

 span { border-color: rgb(15,112,4); }

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