Html Css Color HEX #0FA91C Islamic Green

📋 copy color: '#0FA91C'

red 15 ◦ green 169 ◦ blue 28

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

Shades of Islamic Green #0FA91C

Tints of Islamic Green #0FA91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 7.08%
G = 79.72%
B = 13.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#0FA91C (or 0x0FA91C) is known color: Islamic Green. HEX triplet: 0F, A9 and 1C. RGB value is (15,169,28). Sum of RGB (Red+Green+Blue) = 15+169+28=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 169 (66.41% from 255 or 79.72% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA91C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA91C is #F056E3. Grayscale: #6B6B6B. Windows color (decimal): -15750884 or 1878287. OLE color: 1878287.

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

Color convert

RGB 15 169 28 -
CMYK 0.91 0 0.83 0.34
HSL 125.06º 0.84% 0.36% -
HSV(B) 125.06º 0.91% 0.66% -
XYZ 14.59 28.56 5.84 -
YUV 106.88 83.48 62.46 -
System Red Green Blue C M Y K H S L
Decimal 15 169 28 0.91 0 0.83 0.34 125.06 0.84 0.36
Hex F A9 1C 5B 0 53 22 7D 54 24
Octal 17 251 34 133 0 123 42 175 124 44
Binary 1111 10101001 11100 1011011 0 1010011 100010 1111101 1010100 100100

Color Harmonies of #0FA91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA91C

Black with #0FA91C

Text Example


Text Example

White with #0FA91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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