Html Css Color HEX #0F8211 Green

📋 copy color: '#0F8211'

red 15 ◦ green 130 ◦ blue 17

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

Shades of Green #0F8211

Tints of Green #0F8211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 80.25%

 BLUE value IS 17 (7.03% from 255) = 10.49%

R = 9.26%
G = 80.25%
B = 10.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#0F8211 (or 0x0F8211) is known color: Green. HEX triplet: 0F, 82 and 11. RGB value is (15,130,17). Sum of RGB (Red+Green+Blue) = 15+130+17=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 130 (51.17% from 255 or 80.25% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8211 is #F07DEE. Grayscale: #535353. Windows color (decimal): -15760879 or 1147407. OLE color: 1147407.

HSL color Cylindrical-coordinate representation of color #0F8211: hue angle of 121.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8211 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 17 -
CMYK 0.88 0 0.87 0.49
HSL 121.04º 0.79% 0.28% -
HSV(B) 121.04º 0.88% 0.51% -
XYZ 8.28 16.11 3.2 -
YUV 82.73 90.9 79.69 -
System Red Green Blue C M Y K H S L
Decimal 15 130 17 0.88 0 0.87 0.49 121.04 0.79 0.28
Hex F 82 11 58 0 57 31 79 4F 1C
Octal 17 202 21 130 0 127 61 171 117 34
Binary 1111 10000010 10001 1011000 0 1010111 110001 1111001 1001111 11100

Color Harmonies of #0F8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8211

Black with #0F8211

Text Example


Text Example

White with #0F8211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,130,17); }

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

background-color css

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

 a { background-color: rgb(15,130,17); }

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

border-color css

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

 span { border-color: rgb(15,130,17); }

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