Html Css Color HEX #0FA01C Forest Green

📋 copy color: '#0FA01C'

red 15 ◦ green 160 ◦ blue 28

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

Shades of Forest Green #0FA01C

Tints of Forest Green #0FA01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 7.39%
G = 78.82%
B = 13.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#0FA01C (or 0x0FA01C) is known color: Forest Green. HEX triplet: 0F, A0 and 1C. RGB value is (15,160,28). Sum of RGB (Red+Green+Blue) = 15+160+28=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 160 (62.89% from 255 or 78.82% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA01C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA01C is #F05FE3. Grayscale: #656565. Windows color (decimal): -15753188 or 1875983. OLE color: 1875983.

HSL color Cylindrical-coordinate representation of color #0FA01C: hue angle of 125.38º 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 #0FA01C is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 15 160 28 -
CMYK 0.91 0 0.82 0.37
HSL 125.38º 0.83% 0.34% -
HSV(B) 125.38º 0.91% 0.63% -
XYZ 12.98 25.33 5.3 -
YUV 101.6 86.46 66.23 -
System Red Green Blue C M Y K H S L
Decimal 15 160 28 0.91 0 0.82 0.37 125.38 0.83 0.34
Hex F A0 1C 5B 0 52 25 7D 53 22
Octal 17 240 34 133 0 122 45 175 123 42
Binary 1111 10100000 11100 1011011 0 1010010 100101 1111101 1010011 100010

Color Harmonies of #0FA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA01C

Black with #0FA01C

Text Example


Text Example

White with #0FA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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