Html Css Color HEX #0F6D10 Green

📋 copy color: '#0F6D10'

red 15 ◦ green 109 ◦ blue 16

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

Shades of Green #0F6D10

Tints of Green #0F6D10

RGB

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

 GREEN value IS 109 (42.97% from 255) = 77.86%

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

R = 10.71%
G = 77.86%
B = 11.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#0F6D10 (or 0x0F6D10) is known color: Green. HEX triplet: 0F, 6D and 10. RGB value is (15,109,16). Sum of RGB (Red+Green+Blue) = 15+109+16=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 109 (42.97% from 255 or 77.86% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 109 - color contains mainly: green. Hex color #0F6D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6D10 is #F092EF. Grayscale: #464646. Windows color (decimal): -15766256 or 1076495. OLE color: 1076495.

HSL color Cylindrical-coordinate representation of color #0F6D10: hue angle of 120.64º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6D10 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 109 16 -
CMYK 0.86 0 0.85 0.57
HSL 120.64º 0.76% 0.24% -
HSV(B) 120.64º 0.86% 0.43% -
XYZ 5.76 11.08 2.32 -
YUV 70.29 97.36 88.56 -
System Red Green Blue C M Y K H S L
Decimal 15 109 16 0.86 0 0.85 0.57 120.64 0.76 0.24
Hex F 6D 10 56 0 55 39 79 4C 18
Octal 17 155 20 126 0 125 71 171 114 30
Binary 1111 1101101 10000 1010110 0 1010101 111001 1111001 1001100 11000

Color Harmonies of #0F6D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6D10

Black with #0F6D10

Text Example


Text Example

White with #0F6D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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