Html Css Color HEX #0FA128 Forest Green

📋 copy color: '#0FA128'

red 15 ◦ green 161 ◦ blue 40

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

Shades of Forest Green #0FA128

Tints of Forest Green #0FA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 74.54%

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 6.94%
G = 74.54%
B = 18.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#0FA128 (or 0x0FA128) is known color: Forest Green. HEX triplet: 0F, A1 and 28. RGB value is (15,161,40). Sum of RGB (Red+Green+Blue) = 15+161+40=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 161 (63.28% from 255 or 74.54% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA128 is #F05ED7. Grayscale: #676767. Windows color (decimal): -15752920 or 2662671. OLE color: 2662671.

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

Color convert

RGB 15 161 40 -
CMYK 0.91 0 0.75 0.37
HSL 130.27º 0.83% 0.35% -
HSV(B) 130.27º 0.91% 0.63% -
XYZ 13.32 25.74 6.27 -
YUV 103.55 92.13 64.84 -
System Red Green Blue C M Y K H S L
Decimal 15 161 40 0.91 0 0.75 0.37 130.27 0.83 0.35
Hex F A1 28 5B 0 4B 25 82 53 23
Octal 17 241 50 133 0 113 45 202 123 43
Binary 1111 10100001 101000 1011011 0 1001011 100101 10000010 1010011 100011

Color Harmonies of #0FA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA128

Black with #0FA128

Text Example


Text Example

White with #0FA128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,161,40); }

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

background-color css

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

 a { background-color: rgb(15,161,40); }

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

border-color css

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

 span { border-color: rgb(15,161,40); }

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