Html Css Color HEX #0FBE10 Islamic Green

📋 copy color: '#0FBE10'

red 15 ◦ green 190 ◦ blue 16

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

Shades of Islamic Green #0FBE10

Tints of Islamic Green #0FBE10

RGB

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

 GREEN value IS 190 (74.61% from 255) = 85.97%

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 6.79%
G = 85.97%
B = 7.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#0FBE10 (or 0x0FBE10) is known color: Islamic Green. HEX triplet: 0F, BE and 10. RGB value is (15,190,16). Sum of RGB (Red+Green+Blue) = 15+190+16=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 190 (74.61% from 255 or 85.97% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBE10 is #F041EF. Grayscale: #767676. Windows color (decimal): -15745520 or 1097231. OLE color: 1097231.

HSL color Cylindrical-coordinate representation of color #0FBE10: hue angle of 120.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBE10 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 190 16 -
CMYK 0.92 0 0.92 0.25
HSL 120.34º 0.85% 0.4% -
HSV(B) 120.34º 0.92% 0.75% -
XYZ 18.7 36.97 6.64 -
YUV 117.84 70.52 54.65 -
System Red Green Blue C M Y K H S L
Decimal 15 190 16 0.92 0 0.92 0.25 120.34 0.85 0.4
Hex F BE 10 5C 0 5C 19 78 55 28
Octal 17 276 20 134 0 134 31 170 125 50
Binary 1111 10111110 10000 1011100 0 1011100 11001 1111000 1010101 101000

Color Harmonies of #0FBE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBE10

Black with #0FBE10

Text Example


Text Example

White with #0FBE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,190,16); }

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

background-color css

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

 a { background-color: rgb(15,190,16); }

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

border-color css

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

 span { border-color: rgb(15,190,16); }

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