Html Css Color HEX #0F9005 Islamic Green

📋 copy color: '#0F9005'

red 15 ◦ green 144 ◦ blue 5

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

Shades of Islamic Green #0F9005

Tints of Islamic Green #0F9005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 87.8%

 BLUE value IS 5 (2.34% from 255) = 3.05%

R = 9.15%
G = 87.8%
B = 3.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#0F9005 (or 0x0F9005) is known color: Islamic Green. HEX triplet: 0F, 90 and 05. RGB value is (15,144,5). Sum of RGB (Red+Green+Blue) = 15+144+5=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 144 (56.64% from 255 or 87.80% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9005 is #F06FFA. Grayscale: #5A5A5A. Windows color (decimal): -15757307 or 364559. OLE color: 364559.

HSL color Cylindrical-coordinate representation of color #0F9005: hue angle of 115.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F9005 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 144 5 -
CMYK 0.90 0 0.97 0.44
HSL 115.68º 0.93% 0.29% -
HSV(B) 115.68º 0.97% 0.56% -
XYZ 10.2 20.06 3.48 -
YUV 89.58 80.26 74.8 -
System Red Green Blue C M Y K H S L
Decimal 15 144 5 0.90 0 0.97 0.44 115.68 0.93 0.29
Hex F 90 5 5A 0 61 2C 74 5D 1D
Octal 17 220 5 132 0 141 54 164 135 35
Binary 1111 10010000 101 1011010 0 1100001 101100 1110100 1011101 11101

Color Harmonies of #0F9005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9005

Black with #0F9005

Text Example


Text Example

White with #0F9005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,144,5); }

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

background-color css

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

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

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

border-color css

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

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

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