Html Css Color HEX #0FB905 Islamic Green

📋 copy color: '#0FB905'

red 15 ◦ green 185 ◦ blue 5

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

Shades of Islamic Green #0FB905

Tints of Islamic Green #0FB905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 90.24%

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

R = 7.32%
G = 90.24%
B = 2.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#0FB905 (or 0x0FB905) is known color: Islamic Green. HEX triplet: 0F, B9 and 05. RGB value is (15,185,5). Sum of RGB (Red+Green+Blue) = 15+185+5=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 185 (72.66% from 255 or 90.24% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB905 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB905 is #F046FA. Grayscale: #727272. Windows color (decimal): -15746811 or 375055. OLE color: 375055.

HSL color Cylindrical-coordinate representation of color #0FB905: hue angle of 116.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FB905 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 185 5 -
CMYK 0.92 0 0.97 0.27
HSL 116.67º 0.95% 0.37% -
HSV(B) 116.67º 0.97% 0.73% -
XYZ 17.57 34.81 5.94 -
YUV 113.65 66.68 57.64 -
System Red Green Blue C M Y K H S L
Decimal 15 185 5 0.92 0 0.97 0.27 116.67 0.95 0.37
Hex F B9 5 5C 0 61 1B 75 5F 25
Octal 17 271 5 134 0 141 33 165 137 45
Binary 1111 10111001 101 1011100 0 1100001 11011 1110101 1011111 100101

Color Harmonies of #0FB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB905

Black with #0FB905

Text Example


Text Example

White with #0FB905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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