Html Css Color HEX #0FA126 Forest Green

📋 copy color: '#0FA126'

red 15 ◦ green 161 ◦ blue 38

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

Shades of Forest Green #0FA126

Tints of Forest Green #0FA126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.76%

R = 7.01%
G = 75.23%
B = 17.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#0FA126 (or 0x0FA126) is known color: Forest Green. HEX triplet: 0F, A1 and 26. RGB value is (15,161,38). Sum of RGB (Red+Green+Blue) = 15+161+38=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 161 (63.28% from 255 or 75.23% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA126 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA126 is #F05ED9. Grayscale: #676767. Windows color (decimal): -15752922 or 2531599. OLE color: 2531599.

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

Color convert

RGB 15 161 38 -
CMYK 0.91 0 0.76 0.37
HSL 129.45º 0.83% 0.35% -
HSV(B) 129.45º 0.91% 0.63% -
XYZ 13.29 25.73 6.1 -
YUV 103.32 91.13 65 -
System Red Green Blue C M Y K H S L
Decimal 15 161 38 0.91 0 0.76 0.37 129.45 0.83 0.35
Hex F A1 26 5B 0 4C 25 81 53 23
Octal 17 241 46 133 0 114 45 201 123 43
Binary 1111 10100001 100110 1011011 0 1001100 100101 10000001 1010011 100011

Color Harmonies of #0FA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA126

Black with #0FA126

Text Example


Text Example

White with #0FA126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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