Html Css Color HEX #0FA911 Islamic Green

📋 copy color: '#0FA911'

red 15 ◦ green 169 ◦ blue 17

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

Shades of Islamic Green #0FA911

Tints of Islamic Green #0FA911

RGB

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

 GREEN value IS 169 (66.41% from 255) = 84.08%

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

R = 7.46%
G = 84.08%
B = 8.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#0FA911 (or 0x0FA911) is known color: Islamic Green. HEX triplet: 0F, A9 and 11. RGB value is (15,169,17). Sum of RGB (Red+Green+Blue) = 15+169+17=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 169 (66.41% from 255 or 84.08% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA911 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA911 is #F056EE. Grayscale: #6A6A6A. Windows color (decimal): -15750895 or 1157391. OLE color: 1157391.

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

Color convert

RGB 15 169 17 -
CMYK 0.91 0 0.90 0.34
HSL 120.78º 0.84% 0.36% -
HSV(B) 120.78º 0.91% 0.66% -
XYZ 14.49 28.52 5.27 -
YUV 105.63 77.98 63.36 -
System Red Green Blue C M Y K H S L
Decimal 15 169 17 0.91 0 0.90 0.34 120.78 0.84 0.36
Hex F A9 11 5B 0 5A 22 79 54 24
Octal 17 251 21 133 0 132 42 171 124 44
Binary 1111 10101001 10001 1011011 0 1011010 100010 1111001 1010100 100100

Color Harmonies of #0FA911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA911

Black with #0FA911

Text Example


Text Example

White with #0FA911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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