Html Css Color HEX #0FB003 Islamic Green

📋 copy color: '#0FB003'

red 15 ◦ green 176 ◦ blue 3

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

Shades of Islamic Green #0FB003

Tints of Islamic Green #0FB003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.55%

R = 7.73%
G = 90.72%
B = 1.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#0FB003 (or 0x0FB003) is known color: Islamic Green. HEX triplet: 0F, B0 and 03. RGB value is (15,176,3). Sum of RGB (Red+Green+Blue) = 15+176+3=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 176 (69.14% from 255 or 90.72% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB003 is #F04FFC. Grayscale: #6C6C6C. Windows color (decimal): -15749117 or 241679. OLE color: 241679.

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

Color convert

RGB 15 176 3 -
CMYK 0.91 0 0.98 0.31
HSL 115.84º 0.97% 0.35% -
HSV(B) 115.84º 0.98% 0.69% -
XYZ 15.74 31.16 5.27 -
YUV 108.14 68.66 61.57 -
System Red Green Blue C M Y K H S L
Decimal 15 176 3 0.91 0 0.98 0.31 115.84 0.97 0.35
Hex F B0 3 5B 0 62 1F 74 61 23
Octal 17 260 3 133 0 142 37 164 141 43
Binary 1111 10110000 11 1011011 0 1100010 11111 1110100 1100001 100011

Color Harmonies of #0FB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB003

Black with #0FB003

Text Example


Text Example

White with #0FB003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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