Html Css Color HEX #0F9417 Forest Green

📋 copy color: '#0F9417'

red 15 ◦ green 148 ◦ blue 23

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

Shades of Forest Green #0F9417

Tints of Forest Green #0F9417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 79.57%

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 8.06%
G = 79.57%
B = 12.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#0F9417 (or 0x0F9417) is known color: Forest Green. HEX triplet: 0F, 94 and 17. RGB value is (15,148,23). Sum of RGB (Red+Green+Blue) = 15+148+23=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 148 (58.20% from 255 or 79.57% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9417 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9417 is #F06BE8. Grayscale: #5E5E5E. Windows color (decimal): -15756265 or 1545231. OLE color: 1545231.

HSL color Cylindrical-coordinate representation of color #0F9417: hue angle of 123.61º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9417 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 148 23 -
CMYK 0.90 0 0.84 0.42
HSL 123.61º 0.82% 0.32% -
HSV(B) 123.61º 0.9% 0.58% -
XYZ 10.94 21.34 4.35 -
YUV 93.98 87.94 71.66 -
System Red Green Blue C M Y K H S L
Decimal 15 148 23 0.90 0 0.84 0.42 123.61 0.82 0.32
Hex F 94 17 5A 0 54 2A 7C 52 20
Octal 17 224 27 132 0 124 52 174 122 40
Binary 1111 10010100 10111 1011010 0 1010100 101010 1111100 1010010 100000

Color Harmonies of #0F9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9417

Black with #0F9417

Text Example


Text Example

White with #0F9417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,148,23); }

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

background-color css

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

 a { background-color: rgb(15,148,23); }

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

border-color css

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

 span { border-color: rgb(15,148,23); }

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