Html Css Color HEX #0FA01F Forest Green

📋 copy color: '#0FA01F'

red 15 ◦ green 160 ◦ blue 31

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

Shades of Forest Green #0FA01F

Tints of Forest Green #0FA01F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 77.67%

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

R = 7.28%
G = 77.67%
B = 15.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#0FA01F (or 0x0FA01F) is known color: Forest Green. HEX triplet: 0F, A0 and 1F. RGB value is (15,160,31). Sum of RGB (Red+Green+Blue) = 15+160+31=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 160 (62.89% from 255 or 77.67% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA01F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA01F is #F05FE0. Grayscale: #666666. Windows color (decimal): -15753185 or 2072591. OLE color: 2072591.

HSL color Cylindrical-coordinate representation of color #0FA01F: hue angle of 126.62º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA01F is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 15 160 31 -
CMYK 0.91 0 0.81 0.37
HSL 126.62º 0.83% 0.34% -
HSV(B) 126.62º 0.91% 0.63% -
XYZ 13.02 25.34 5.5 -
YUV 101.94 87.96 65.99 -
System Red Green Blue C M Y K H S L
Decimal 15 160 31 0.91 0 0.81 0.37 126.62 0.83 0.34
Hex F A0 1F 5B 0 51 25 7F 53 22
Octal 17 240 37 133 0 121 45 177 123 42
Binary 1111 10100000 11111 1011011 0 1010001 100101 1111111 1010011 100010

Color Harmonies of #0FA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA01F

Black with #0FA01F

Text Example


Text Example

White with #0FA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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