Html Css Color HEX #0FA112 Islamic Green

📋 copy color: '#0FA112'

red 15 ◦ green 161 ◦ blue 18

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

Shades of Islamic Green #0FA112

Tints of Islamic Green #0FA112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 7.73%
G = 82.99%
B = 9.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#0FA112 (or 0x0FA112) is known color: Islamic Green. HEX triplet: 0F, A1 and 12. RGB value is (15,161,18). Sum of RGB (Red+Green+Blue) = 15+161+18=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 161 (63.28% from 255 or 82.99% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA112 is #F05EED. Grayscale: #656565. Windows color (decimal): -15752942 or 1220879. OLE color: 1220879.

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

Color convert

RGB 15 161 18 -
CMYK 0.91 0 0.89 0.37
HSL 121.23º 0.83% 0.35% -
HSV(B) 121.23º 0.91% 0.63% -
XYZ 13.05 25.63 4.83 -
YUV 101.04 81.13 66.63 -
System Red Green Blue C M Y K H S L
Decimal 15 161 18 0.91 0 0.89 0.37 121.23 0.83 0.35
Hex F A1 12 5B 0 59 25 79 53 23
Octal 17 241 22 133 0 131 45 171 123 43
Binary 1111 10100001 10010 1011011 0 1011001 100101 1111001 1010011 100011

Color Harmonies of #0FA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA112

Black with #0FA112

Text Example


Text Example

White with #0FA112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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