Html Css Color HEX #0F9D1F Forest Green

📋 copy color: '#0F9D1F'

red 15 ◦ green 157 ◦ blue 31

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

Shades of Forest Green #0F9D1F

Tints of Forest Green #0F9D1F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 77.34%

 BLUE value IS 31 (12.5% from 255) = 15.27%

R = 7.39%
G = 77.34%
B = 15.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#0F9D1F (or 0x0F9D1F) is known color: Forest Green. HEX triplet: 0F, 9D and 1F. RGB value is (15,157,31). Sum of RGB (Red+Green+Blue) = 15+157+31=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 157 (61.72% from 255 or 77.34% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 157 - color contains mainly: green. Hex color #0F9D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9D1F is #F062E0. Grayscale: #646464. Windows color (decimal): -15753953 or 2071823. OLE color: 2071823.

HSL color Cylindrical-coordinate representation of color #0F9D1F: hue angle of 126.76º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9D1F is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 157 31 -
CMYK 0.90 0 0.80 0.38
HSL 126.76º 0.83% 0.34% -
HSV(B) 126.76º 0.9% 0.62% -
XYZ 12.5 24.31 5.33 -
YUV 100.18 88.96 67.25 -
System Red Green Blue C M Y K H S L
Decimal 15 157 31 0.90 0 0.80 0.38 126.76 0.83 0.34
Hex F 9D 1F 5A 0 50 26 7F 53 22
Octal 17 235 37 132 0 120 46 177 123 42
Binary 1111 10011101 11111 1011010 0 1010000 100110 1111111 1010011 100010

Color Harmonies of #0F9D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9D1F

Black with #0F9D1F

Text Example


Text Example

White with #0F9D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,157,31); }

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

background-color css

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

 a { background-color: rgb(15,157,31); }

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

border-color css

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

 span { border-color: rgb(15,157,31); }

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