Html Css Color HEX #0FAD1F Forest Green

📋 copy color: '#0FAD1F'

red 15 ◦ green 173 ◦ blue 31

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

Shades of Forest Green #0FAD1F

Tints of Forest Green #0FAD1F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 79%

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

R = 6.85%
G = 79%
B = 14.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#0FAD1F (or 0x0FAD1F) is known color: Forest Green. HEX triplet: 0F, AD and 1F. RGB value is (15,173,31). Sum of RGB (Red+Green+Blue) = 15+173+31=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 173 (67.97% from 255 or 79.00% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAD1F is #F052E0. Grayscale: #6D6D6D. Windows color (decimal): -15749857 or 2075919. OLE color: 2075919.

HSL color Cylindrical-coordinate representation of color #0FAD1F: hue angle of 126.08º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD1F is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 173 31 -
CMYK 0.91 0 0.82 0.32
HSL 126.08º 0.84% 0.37% -
HSV(B) 126.08º 0.91% 0.68% -
XYZ 15.39 30.09 6.29 -
YUV 109.57 83.65 60.55 -
System Red Green Blue C M Y K H S L
Decimal 15 173 31 0.91 0 0.82 0.32 126.08 0.84 0.37
Hex F AD 1F 5B 0 52 20 7E 54 25
Octal 17 255 37 133 0 122 40 176 124 45
Binary 1111 10101101 11111 1011011 0 1010010 100000 1111110 1010100 100101

Color Harmonies of #0FAD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD1F

Black with #0FAD1F

Text Example


Text Example

White with #0FAD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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