Html Css Color HEX #0FB007 Islamic Green

📋 copy color: '#0FB007'

red 15 ◦ green 176 ◦ blue 7

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

Shades of Islamic Green #0FB007

Tints of Islamic Green #0FB007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 7.58%
G = 88.89%
B = 3.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#0FB007 (or 0x0FB007) is known color: Islamic Green. HEX triplet: 0F, B0 and 07. RGB value is (15,176,7). Sum of RGB (Red+Green+Blue) = 15+176+7=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 176 (69.14% from 255 or 88.89% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB007 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB007 is #F04FF8. Grayscale: #6D6D6D. Windows color (decimal): -15749113 or 503823. OLE color: 503823.

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

Color convert

RGB 15 176 7 -
CMYK 0.91 0 0.96 0.31
HSL 117.16º 0.92% 0.36% -
HSV(B) 117.16º 0.96% 0.69% -
XYZ 15.76 31.17 5.39 -
YUV 108.6 70.66 61.24 -
System Red Green Blue C M Y K H S L
Decimal 15 176 7 0.91 0 0.96 0.31 117.16 0.92 0.36
Hex F B0 7 5B 0 60 1F 75 5C 24
Octal 17 260 7 133 0 140 37 165 134 44
Binary 1111 10110000 111 1011011 0 1100000 11111 1110101 1011100 100100

Color Harmonies of #0FB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB007

Black with #0FB007

Text Example


Text Example

White with #0FB007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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