Html Css Color HEX #0F9010 Islamic Green

📋 copy color: '#0F9010'

red 15 ◦ green 144 ◦ blue 16

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

Shades of Islamic Green #0F9010

Tints of Islamic Green #0F9010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 8.57%
G = 82.29%
B = 9.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#0F9010 (or 0x0F9010) is known color: Islamic Green. HEX triplet: 0F, 90 and 10. RGB value is (15,144,16). Sum of RGB (Red+Green+Blue) = 15+144+16=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 144 (56.64% from 255 or 82.29% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9010 is #F06FEF. Grayscale: #5B5B5B. Windows color (decimal): -15757296 or 1085455. OLE color: 1085455.

HSL color Cylindrical-coordinate representation of color #0F9010: hue angle of 120.47º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9010 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 144 16 -
CMYK 0.90 0 0.89 0.44
HSL 120.47º 0.81% 0.31% -
HSV(B) 120.47º 0.9% 0.56% -
XYZ 10.26 20.09 3.83 -
YUV 90.84 85.76 73.91 -
System Red Green Blue C M Y K H S L
Decimal 15 144 16 0.90 0 0.89 0.44 120.47 0.81 0.31
Hex F 90 10 5A 0 59 2C 78 51 1F
Octal 17 220 20 132 0 131 54 170 121 37
Binary 1111 10010000 10000 1011010 0 1011001 101100 1111000 1010001 11111

Color Harmonies of #0F9010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9010

Black with #0F9010

Text Example


Text Example

White with #0F9010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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