Html Css Color HEX #0FBA0B Islamic Green

📋 copy color: '#0FBA0B'

red 15 ◦ green 186 ◦ blue 11

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

Shades of Islamic Green #0FBA0B

Tints of Islamic Green #0FBA0B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 87.74%

 BLUE value IS 11 (4.69% from 255) = 5.19%

R = 7.08%
G = 87.74%
B = 5.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#0FBA0B (or 0x0FBA0B) is known color: Islamic Green. HEX triplet: 0F, BA and 0B. RGB value is (15,186,11). Sum of RGB (Red+Green+Blue) = 15+186+11=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 186 (73.05% from 255 or 87.74% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA0B is #F045F4. Grayscale: #737373. Windows color (decimal): -15746549 or 768527. OLE color: 768527.

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

Color convert

RGB 15 186 11 -
CMYK 0.92 0 0.94 0.27
HSL 118.63º 0.89% 0.39% -
HSV(B) 118.63º 0.94% 0.73% -
XYZ 17.82 35.24 6.18 -
YUV 114.92 69.35 56.73 -
System Red Green Blue C M Y K H S L
Decimal 15 186 11 0.92 0 0.94 0.27 118.63 0.89 0.39
Hex F BA B 5C 0 5E 1B 77 59 27
Octal 17 272 13 134 0 136 33 167 131 47
Binary 1111 10111010 1011 1011100 0 1011110 11011 1110111 1011001 100111

Color Harmonies of #0FBA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA0B

Black with #0FBA0B

Text Example


Text Example

White with #0FBA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,11); }

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

background-color css

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

 a { background-color: rgb(15,186,11); }

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

border-color css

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

 span { border-color: rgb(15,186,11); }

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