Html Css Color HEX #0FB714 Islamic Green

📋 copy color: '#0FB714'

red 15 ◦ green 183 ◦ blue 20

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

Shades of Islamic Green #0FB714

Tints of Islamic Green #0FB714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 6.88%
G = 83.94%
B = 9.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#0FB714 (or 0x0FB714) is known color: Islamic Green. HEX triplet: 0F, B7 and 14. RGB value is (15,183,20). Sum of RGB (Red+Green+Blue) = 15+183+20=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 183 (71.88% from 255 or 83.94% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB714 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB714 is #F048EB. Grayscale: #727272. Windows color (decimal): -15747308 or 1357583. OLE color: 1357583.

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

Color convert

RGB 15 183 20 -
CMYK 0.92 0 0.89 0.28
HSL 121.79º 0.85% 0.39% -
HSV(B) 121.79º 0.92% 0.72% -
XYZ 17.26 34.02 6.32 -
YUV 114.19 74.84 57.25 -
System Red Green Blue C M Y K H S L
Decimal 15 183 20 0.92 0 0.89 0.28 121.79 0.85 0.39
Hex F B7 14 5C 0 59 1C 7A 55 27
Octal 17 267 24 134 0 131 34 172 125 47
Binary 1111 10110111 10100 1011100 0 1011001 11100 1111010 1010101 100111

Color Harmonies of #0FB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB714

Black with #0FB714

Text Example


Text Example

White with #0FB714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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