Html Css Color HEX #0FA11F Forest Green

📋 copy color: '#0FA11F'

red 15 ◦ green 161 ◦ blue 31

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

Shades of Forest Green #0FA11F

Tints of Forest Green #0FA11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 77.78%

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

R = 7.25%
G = 77.78%
B = 14.98%

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

#0FA11F (or 0x0FA11F) is known color: Forest Green. HEX triplet: 0F, A1 and 1F. RGB value is (15,161,31). Sum of RGB (Red+Green+Blue) = 15+161+31=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 161 (63.28% from 255 or 77.78% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA11F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA11F is #F05EE0. Grayscale: #666666. Windows color (decimal): -15752929 or 2072847. OLE color: 2072847.

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

Color convert

RGB 15 161 31 -
CMYK 0.91 0 0.81 0.37
HSL 126.58º 0.83% 0.35% -
HSV(B) 126.58º 0.91% 0.63% -
XYZ 13.19 25.69 5.56 -
YUV 102.53 87.63 65.57 -
System Red Green Blue C M Y K H S L
Decimal 15 161 31 0.91 0 0.81 0.37 126.58 0.83 0.35
Hex F A1 1F 5B 0 51 25 7F 53 23
Octal 17 241 37 133 0 121 45 177 123 43
Binary 1111 10100001 11111 1011011 0 1010001 100101 1111111 1010011 100011

Color Harmonies of #0FA11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA11F

Black with #0FA11F

Text Example


Text Example

White with #0FA11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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