Html Css Color HEX #0FB005 Islamic Green

📋 copy color: '#0FB005'

red 15 ◦ green 176 ◦ blue 5

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

Shades of Islamic Green #0FB005

Tints of Islamic Green #0FB005

RGB

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

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

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

R = 7.65%
G = 89.8%
B = 2.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#0FB005 (or 0x0FB005) is known color: Islamic Green. HEX triplet: 0F, B0 and 05. RGB value is (15,176,5). Sum of RGB (Red+Green+Blue) = 15+176+5=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 176 (69.14% from 255 or 89.80% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB005 is #F04FFA. Grayscale: #6C6C6C. Windows color (decimal): -15749115 or 372751. OLE color: 372751.

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

Color convert

RGB 15 176 5 -
CMYK 0.91 0 0.97 0.31
HSL 116.49º 0.94% 0.35% -
HSV(B) 116.49º 0.97% 0.69% -
XYZ 15.75 31.16 5.33 -
YUV 108.37 69.66 61.4 -
System Red Green Blue C M Y K H S L
Decimal 15 176 5 0.91 0 0.97 0.31 116.49 0.94 0.35
Hex F B0 5 5B 0 61 1F 74 5E 23
Octal 17 260 5 133 0 141 37 164 136 43
Binary 1111 10110000 101 1011011 0 1100001 11111 1110100 1011110 100011

Color Harmonies of #0FB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB005

Black with #0FB005

Text Example


Text Example

White with #0FB005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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