Html Css Color HEX #0FA211 Islamic Green

📋 copy color: '#0FA211'

red 15 ◦ green 162 ◦ blue 17

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

Shades of Islamic Green #0FA211

Tints of Islamic Green #0FA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 83.51%

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

R = 7.73%
G = 83.51%
B = 8.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#0FA211 (or 0x0FA211) is known color: Islamic Green. HEX triplet: 0F, A2 and 11. RGB value is (15,162,17). Sum of RGB (Red+Green+Blue) = 15+162+17=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 162 (63.67% from 255 or 83.51% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA211 is #F05DEE. Grayscale: #656565. Windows color (decimal): -15752687 or 1155599. OLE color: 1155599.

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

Color convert

RGB 15 162 17 -
CMYK 0.91 0 0.90 0.36
HSL 120.82º 0.83% 0.35% -
HSV(B) 120.82º 0.91% 0.64% -
XYZ 13.22 25.98 4.85 -
YUV 101.52 80.3 66.29 -
System Red Green Blue C M Y K H S L
Decimal 15 162 17 0.91 0 0.90 0.36 120.82 0.83 0.35
Hex F A2 11 5B 0 5A 24 79 53 23
Octal 17 242 21 133 0 132 44 171 123 43
Binary 1111 10100010 10001 1011011 0 1011010 100100 1111001 1010011 100011

Color Harmonies of #0FA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA211

Black with #0FA211

Text Example


Text Example

White with #0FA211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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