Html Css Color HEX #0FB215 Islamic Green

📋 copy color: '#0FB215'

red 15 ◦ green 178 ◦ blue 21

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

Shades of Islamic Green #0FB215

Tints of Islamic Green #0FB215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 83.18%

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

R = 7.01%
G = 83.18%
B = 9.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#0FB215 (or 0x0FB215) is known color: Islamic Green. HEX triplet: 0F, B2 and 15. RGB value is (15,178,21). Sum of RGB (Red+Green+Blue) = 15+178+21=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 178 (69.92% from 255 or 83.18% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB215 is #F04DEA. Grayscale: #6F6F6F. Windows color (decimal): -15748587 or 1421839. OLE color: 1421839.

HSL color Cylindrical-coordinate representation of color #0FB215: hue angle of 122.21º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB215 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 178 21 -
CMYK 0.92 0 0.88 0.30
HSL 122.21º 0.84% 0.38% -
HSV(B) 122.21º 0.92% 0.7% -
XYZ 16.25 32 6.03 -
YUV 111.37 77 59.27 -
System Red Green Blue C M Y K H S L
Decimal 15 178 21 0.92 0 0.88 0.30 122.21 0.84 0.38
Hex F B2 15 5C 0 58 1E 7A 54 26
Octal 17 262 25 134 0 130 36 172 124 46
Binary 1111 10110010 10101 1011100 0 1011000 11110 1111010 1010100 100110

Color Harmonies of #0FB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB215

Black with #0FB215

Text Example


Text Example

White with #0FB215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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