Html Css Color HEX #0FAA1F Forest Green

📋 copy color: '#0FAA1F'

red 15 ◦ green 170 ◦ blue 31

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

Shades of Forest Green #0FAA1F

Tints of Forest Green #0FAA1F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 78.7%

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

R = 6.94%
G = 78.7%
B = 14.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#0FAA1F (or 0x0FAA1F) is known color: Forest Green. HEX triplet: 0F, AA and 1F. RGB value is (15,170,31). Sum of RGB (Red+Green+Blue) = 15+170+31=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 170 (66.80% from 255 or 78.70% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA1F is #F055E0. Grayscale: #6C6C6C. Windows color (decimal): -15750625 or 2075151. OLE color: 2075151.

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

Color convert

RGB 15 170 31 -
CMYK 0.91 0 0.82 0.33
HSL 126.19º 0.84% 0.36% -
HSV(B) 126.19º 0.91% 0.67% -
XYZ 14.82 28.95 6.1 -
YUV 107.81 84.65 61.8 -
System Red Green Blue C M Y K H S L
Decimal 15 170 31 0.91 0 0.82 0.33 126.19 0.84 0.36
Hex F AA 1F 5B 0 52 21 7E 54 24
Octal 17 252 37 133 0 122 41 176 124 44
Binary 1111 10101010 11111 1011011 0 1010010 100001 1111110 1010100 100100

Color Harmonies of #0FAA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA1F

Black with #0FAA1F

Text Example


Text Example

White with #0FAA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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