Html Css Color HEX #0FB015 Islamic Green

📋 copy color: '#0FB015'

red 15 ◦ green 176 ◦ blue 21

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

Shades of Islamic Green #0FB015

Tints of Islamic Green #0FB015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 83.02%

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 7.08%
G = 83.02%
B = 9.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#0FB015 (or 0x0FB015) is known color: Islamic Green. HEX triplet: 0F, B0 and 15. RGB value is (15,176,21). Sum of RGB (Red+Green+Blue) = 15+176+21=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 176 (69.14% from 255 or 83.02% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB015 is #F04FEA. Grayscale: #6E6E6E. Windows color (decimal): -15749099 or 1421327. OLE color: 1421327.

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

Color convert

RGB 15 176 21 -
CMYK 0.91 0 0.88 0.31
HSL 122.24º 0.84% 0.37% -
HSV(B) 122.24º 0.91% 0.69% -
XYZ 15.86 31.21 5.9 -
YUV 110.19 77.66 60.1 -
System Red Green Blue C M Y K H S L
Decimal 15 176 21 0.91 0 0.88 0.31 122.24 0.84 0.37
Hex F B0 15 5B 0 58 1F 7A 54 25
Octal 17 260 25 133 0 130 37 172 124 45
Binary 1111 10110000 10101 1011011 0 1011000 11111 1111010 1010100 100101

Color Harmonies of #0FB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB015

Black with #0FB015

Text Example


Text Example

White with #0FB015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,176,21); }

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

background-color css

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

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

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

border-color css

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

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

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