Html Css Color HEX #0FB70C Islamic Green

📋 copy color: '#0FB70C'

red 15 ◦ green 183 ◦ blue 12

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

Shades of Islamic Green #0FB70C

Tints of Islamic Green #0FB70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 87.14%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 7.14%
G = 87.14%
B = 5.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#0FB70C (or 0x0FB70C) is known color: Islamic Green. HEX triplet: 0F, B7 and 0C. RGB value is (15,183,12). Sum of RGB (Red+Green+Blue) = 15+183+12=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 183 (71.88% from 255 or 87.14% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB70C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB70C is #F048F3. Grayscale: #717171. Windows color (decimal): -15747316 or 833295. OLE color: 833295.

HSL color Cylindrical-coordinate representation of color #0FB70C: hue angle of 118.95º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB70C is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 183 12 -
CMYK 0.92 0 0.93 0.28
HSL 118.95º 0.88% 0.38% -
HSV(B) 118.95º 0.93% 0.72% -
XYZ 17.2 34 6 -
YUV 113.27 70.84 57.9 -
System Red Green Blue C M Y K H S L
Decimal 15 183 12 0.92 0 0.93 0.28 118.95 0.88 0.38
Hex F B7 C 5C 0 5D 1C 77 58 26
Octal 17 267 14 134 0 135 34 167 130 46
Binary 1111 10110111 1100 1011100 0 1011101 11100 1110111 1011000 100110

Color Harmonies of #0FB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB70C

Black with #0FB70C

Text Example


Text Example

White with #0FB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,183,12); }

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

background-color css

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

 a { background-color: rgb(15,183,12); }

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

border-color css

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

 span { border-color: rgb(15,183,12); }

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