Html Css Color HEX #0FA920 Forest Green

📋 copy color: '#0FA920'

red 15 ◦ green 169 ◦ blue 32

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

Shades of Forest Green #0FA920

Tints of Forest Green #0FA920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 78.24%

 BLUE value IS 32 (12.89% from 255) = 14.81%

R = 6.94%
G = 78.24%
B = 14.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#0FA920 (or 0x0FA920) is known color: Forest Green. HEX triplet: 0F, A9 and 20. RGB value is (15,169,32). Sum of RGB (Red+Green+Blue) = 15+169+32=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 169 (66.41% from 255 or 78.24% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA920 is #F056DF. Grayscale: #6B6B6B. Windows color (decimal): -15750880 or 2140431. OLE color: 2140431.

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

Color convert

RGB 15 169 32 -
CMYK 0.91 0 0.81 0.34
HSL 126.62º 0.84% 0.36% -
HSV(B) 126.62º 0.91% 0.66% -
XYZ 14.65 28.58 6.11 -
YUV 107.34 85.48 62.14 -
System Red Green Blue C M Y K H S L
Decimal 15 169 32 0.91 0 0.81 0.34 126.62 0.84 0.36
Hex F A9 20 5B 0 51 22 7F 54 24
Octal 17 251 40 133 0 121 42 177 124 44
Binary 1111 10101001 100000 1011011 0 1010001 100010 1111111 1010100 100100

Color Harmonies of #0FA920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA920

Black with #0FA920

Text Example


Text Example

White with #0FA920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,169,32); }

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

background-color css

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

 a { background-color: rgb(15,169,32); }

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

border-color css

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

 span { border-color: rgb(15,169,32); }

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