Html Css Color HEX #0FA61C Forest Green

📋 copy color: '#0FA61C'

red 15 ◦ green 166 ◦ blue 28

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

Shades of Forest Green #0FA61C

Tints of Forest Green #0FA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 79.43%

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

R = 7.18%
G = 79.43%
B = 13.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#0FA61C (or 0x0FA61C) is known color: Forest Green. HEX triplet: 0F, A6 and 1C. RGB value is (15,166,28). Sum of RGB (Red+Green+Blue) = 15+166+28=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 166 (65.23% from 255 or 79.43% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA61C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA61C is #F059E3. Grayscale: #696969. Windows color (decimal): -15751652 or 1877519. OLE color: 1877519.

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

Color convert

RGB 15 166 28 -
CMYK 0.91 0 0.83 0.35
HSL 125.17º 0.83% 0.35% -
HSV(B) 125.17º 0.91% 0.65% -
XYZ 14.04 27.46 5.66 -
YUV 105.12 84.47 63.72 -
System Red Green Blue C M Y K H S L
Decimal 15 166 28 0.91 0 0.83 0.35 125.17 0.83 0.35
Hex F A6 1C 5B 0 53 23 7D 53 23
Octal 17 246 34 133 0 123 43 175 123 43
Binary 1111 10100110 11100 1011011 0 1010011 100011 1111101 1010011 100011

Color Harmonies of #0FA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA61C

Black with #0FA61C

Text Example


Text Example

White with #0FA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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