Html Css Color HEX #0F7D10 Green

📋 copy color: '#0F7D10'

red 15 ◦ green 125 ◦ blue 16

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

Shades of Green #0F7D10

Tints of Green #0F7D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 9.62%
G = 80.13%
B = 10.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#0F7D10 (or 0x0F7D10) is known color: Green. HEX triplet: 0F, 7D and 10. RGB value is (15,125,16). Sum of RGB (Red+Green+Blue) = 15+125+16=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 125 (49.22% from 255 or 80.13% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 125 - color contains mainly: green. Hex color #0F7D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7D10 is #F082EF. Grayscale: #505050. Windows color (decimal): -15762160 or 1080591. OLE color: 1080591.

HSL color Cylindrical-coordinate representation of color #0F7D10: hue angle of 120.55º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7D10 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 125 16 -
CMYK 0.88 0 0.87 0.51
HSL 120.55º 0.79% 0.27% -
HSV(B) 120.55º 0.88% 0.49% -
XYZ 7.62 14.81 2.95 -
YUV 79.68 92.06 81.86 -
System Red Green Blue C M Y K H S L
Decimal 15 125 16 0.88 0 0.87 0.51 120.55 0.79 0.27
Hex F 7D 10 58 0 57 33 79 4F 1B
Octal 17 175 20 130 0 127 63 171 117 33
Binary 1111 1111101 10000 1011000 0 1010111 110011 1111001 1001111 11011

Color Harmonies of #0F7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7D10

Black with #0F7D10

Text Example


Text Example

White with #0F7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,125,16); }

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

background-color css

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

 a { background-color: rgb(15,125,16); }

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

border-color css

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

 span { border-color: rgb(15,125,16); }

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