Html Css Color HEX #0FAC1A Islamic Green

📋 copy color: '#0FAC1A'

red 15 ◦ green 172 ◦ blue 26

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

Shades of Islamic Green #0FAC1A

Tints of Islamic Green #0FAC1A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 80.75%

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 7.04%
G = 80.75%
B = 12.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#0FAC1A (or 0x0FAC1A) is known color: Islamic Green. HEX triplet: 0F, AC and 1A. RGB value is (15,172,26). Sum of RGB (Red+Green+Blue) = 15+172+26=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 172 (67.58% from 255 or 80.75% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC1A is #F053E5. Grayscale: #6C6C6C. Windows color (decimal): -15750118 or 1747983. OLE color: 1747983.

HSL color Cylindrical-coordinate representation of color #0FAC1A: hue angle of 124.2º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC1A is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 26 -
CMYK 0.91 0 0.85 0.33
HSL 124.2º 0.84% 0.37% -
HSV(B) 124.2º 0.91% 0.67% -
XYZ 15.14 29.68 5.91 -
YUV 108.41 81.49 61.37 -
System Red Green Blue C M Y K H S L
Decimal 15 172 26 0.91 0 0.85 0.33 124.2 0.84 0.37
Hex F AC 1A 5B 0 55 21 7C 54 25
Octal 17 254 32 133 0 125 41 174 124 45
Binary 1111 10101100 11010 1011011 0 1010101 100001 1111100 1010100 100101

Color Harmonies of #0FAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC1A

Black with #0FAC1A

Text Example


Text Example

White with #0FAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,26); }

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

background-color css

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

 a { background-color: rgb(15,172,26); }

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

border-color css

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

 span { border-color: rgb(15,172,26); }

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