Html Css Color HEX #0FA311 Islamic Green

📋 copy color: '#0FA311'

red 15 ◦ green 163 ◦ blue 17

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

Shades of Islamic Green #0FA311

Tints of Islamic Green #0FA311

RGB

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

 GREEN value IS 163 (64.06% from 255) = 83.59%

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

R = 7.69%
G = 83.59%
B = 8.72%

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

#0FA311 (or 0x0FA311) is known color: Islamic Green. HEX triplet: 0F, A3 and 11. RGB value is (15,163,17). Sum of RGB (Red+Green+Blue) = 15+163+17=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 163 (64.06% from 255 or 83.59% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA311 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA311 is #F05CEE. Grayscale: #666666. Windows color (decimal): -15752431 or 1155855. OLE color: 1155855.

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

Color convert

RGB 15 163 17 -
CMYK 0.91 0 0.90 0.36
HSL 120.81º 0.83% 0.35% -
HSV(B) 120.81º 0.91% 0.64% -
XYZ 13.4 26.34 4.91 -
YUV 102.1 79.97 65.87 -
System Red Green Blue C M Y K H S L
Decimal 15 163 17 0.91 0 0.90 0.36 120.81 0.83 0.35
Hex F A3 11 5B 0 5A 24 79 53 23
Octal 17 243 21 133 0 132 44 171 123 43
Binary 1111 10100011 10001 1011011 0 1011010 100100 1111001 1010011 100011

Color Harmonies of #0FA311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA311

Black with #0FA311

Text Example


Text Example

White with #0FA311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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