Html Css Color HEX #0BA60F Islamic Green

📋 copy color: '#0BA60F'

red 11 ◦ green 166 ◦ blue 15

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

Shades of Islamic Green #0BA60F

Tints of Islamic Green #0BA60F

RGB

 RED value IS 11 (4.69% from 255) = 5.73%

 GREEN value IS 166 (65.23% from 255) = 86.46%

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 5.73%
G = 86.46%
B = 7.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#0BA60F (or 0x0BA60F) is known color: Islamic Green. HEX triplet: 0B, A6 and 0F. RGB value is (11,166,15). Sum of RGB (Red+Green+Blue) = 11+166+15=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 166 (65.23% from 255 or 86.46% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA60F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA60F is #F459F0. Grayscale: #666666. Windows color (decimal): -16013809 or 1025547. OLE color: 1025547.

HSL color Cylindrical-coordinate representation of color #0BA60F: hue angle of 121.55º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA60F is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 166 15 -
CMYK 0.93 0 0.91 0.35
HSL 121.55º 0.88% 0.35% -
HSV(B) 121.55º 0.93% 0.65% -
XYZ 13.86 27.38 5.01 -
YUV 102.44 78.65 62.78 -
System Red Green Blue C M Y K H S L
Decimal 11 166 15 0.93 0 0.91 0.35 121.55 0.88 0.35
Hex B A6 F 5D 0 5B 23 7A 58 23
Octal 13 246 17 135 0 133 43 172 130 43
Binary 1011 10100110 1111 1011101 0 1011011 100011 1111010 1011000 100011

Color Harmonies of #0BA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA60F

Black with #0BA60F

Text Example


Text Example

White with #0BA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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