Html Css Color HEX #0FA90F Islamic Green

📋 copy color: '#0FA90F'

red 15 ◦ green 169 ◦ blue 15

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

Shades of Islamic Green #0FA90F

Tints of Islamic Green #0FA90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 7.54%
G = 84.92%
B = 7.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#0FA90F (or 0x0FA90F) is known color: Islamic Green. HEX triplet: 0F, A9 and 0F. RGB value is (15,169,15). Sum of RGB (Red+Green+Blue) = 15+169+15=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 169 (66.41% from 255 or 84.92% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA90F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA90F is #F056F0. Grayscale: #696969. Windows color (decimal): -15750897 or 1026319. OLE color: 1026319.

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

Color convert

RGB 15 169 15 -
CMYK 0.91 0 0.91 0.34
HSL 120º 0.84% 0.36% -
HSV(B) 120º 0.91% 0.66% -
XYZ 14.47 28.51 5.19 -
YUV 105.4 76.98 63.52 -
System Red Green Blue C M Y K H S L
Decimal 15 169 15 0.91 0 0.91 0.34 120 0.84 0.36
Hex F A9 F 5B 0 5B 22 78 54 24
Octal 17 251 17 133 0 133 42 170 124 44
Binary 1111 10101001 1111 1011011 0 1011011 100010 1111000 1010100 100100

Color Harmonies of #0FA90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA90F

Black with #0FA90F

Text Example


Text Example

White with #0FA90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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