#0FBE08

Color #0FBE08 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0FBE08

Tints of Islamic Green #0FBE08

Color information

#0FBE08 (or 0x0FBE08) is unknown color: approx Islamic Green. HEX triplet: 0F, BE and 08. RGB value is (15,190,8). Sum of RGB (Red+Green+Blue) = 15+190+8=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 190 (74.61% from 255 or 89.20% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBE08 is #F041F7. Grayscale: #757575. Windows color (decimal): -15745528 or 572943. OLE color: 572943.

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

Color convert

RGB151908-
CMYK0.9200.960.25
HSL117.69º91.92%38.82%-
HSV(B)117.69º95.79%74.51%-
XYZ18.6536.956.38-
YUV116.9366.5255.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.04%
GREEN value IS 190 (74.61% from 255) = 89.20%
BLUE value IS 8 (3.52% from 255) = 3.76%
R=7.04%
G=89.20%
B=3.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1519080.9200.960.25117.6991.9238.82
HexFBE85C06019765c27
Octal172761013401403116613447
Binary11111011111010001011100011000001100111101101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FBE08;
 }
 .AnyTagClassName
 {
   color: #0FBE08;
 }
</style>
background-color css

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

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

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

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

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

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