Html Css Color HEX #0FB205 Islamic Green

📋 copy color: '#0FB205'

red 15 ◦ green 178 ◦ blue 5

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

Shades of Islamic Green #0FB205

Tints of Islamic Green #0FB205

RGB

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

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

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

R = 7.58%
G = 89.9%
B = 2.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#0FB205 (or 0x0FB205) is known color: Islamic Green. HEX triplet: 0F, B2 and 05. RGB value is (15,178,5). Sum of RGB (Red+Green+Blue) = 15+178+5=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 178 (69.92% from 255 or 89.90% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB205 is #F04DFA. Grayscale: #6E6E6E. Windows color (decimal): -15748603 or 373263. OLE color: 373263.

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

Color convert

RGB 15 178 5 -
CMYK 0.92 0 0.97 0.30
HSL 116.53º 0.95% 0.36% -
HSV(B) 116.53º 0.97% 0.7% -
XYZ 16.14 31.95 5.46 -
YUV 109.54 69 60.57 -
System Red Green Blue C M Y K H S L
Decimal 15 178 5 0.92 0 0.97 0.30 116.53 0.95 0.36
Hex F B2 5 5C 0 61 1E 75 5F 24
Octal 17 262 5 134 0 141 36 165 137 44
Binary 1111 10110010 101 1011100 0 1100001 11110 1110101 1011111 100100

Color Harmonies of #0FB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB205

Black with #0FB205

Text Example


Text Example

White with #0FB205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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