Html Css Color HEX #0BC507 Islamic Green

📋 copy color: '#0BC507'

red 11 ◦ green 197 ◦ blue 7

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

Shades of Islamic Green #0BC507

Tints of Islamic Green #0BC507

RGB

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

 GREEN value IS 197 (77.34% from 255) = 91.63%

 BLUE value IS 7 (3.13% from 255) = 3.26%

R = 5.12%
G = 91.63%
B = 3.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#0BC507 (or 0x0BC507) is known color: Islamic Green. HEX triplet: 0B, C5 and 07. RGB value is (11,197,7). Sum of RGB (Red+Green+Blue) = 11+197+7=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 197 (77.34% from 255 or 91.63% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC507 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC507 is #F43AF8. Grayscale: #787878. Windows color (decimal): -16005881 or 509195. OLE color: 509195.

HSL color Cylindrical-coordinate representation of color #0BC507: hue angle of 118.74º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BC507 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 11 197 7 -
CMYK 0.94 0 0.96 0.23
HSL 118.74º 0.93% 0.4% -
HSV(B) 118.74º 0.96% 0.77% -
XYZ 20.14 40.02 6.86 -
YUV 119.73 64.38 50.45 -
System Red Green Blue C M Y K H S L
Decimal 11 197 7 0.94 0 0.96 0.23 118.74 0.93 0.4
Hex B C5 7 5E 0 60 17 77 5D 28
Octal 13 305 7 136 0 140 27 167 135 50
Binary 1011 11000101 111 1011110 0 1100000 10111 1110111 1011101 101000

Color Harmonies of #0BC507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC507

Black with #0BC507

Text Example


Text Example

White with #0BC507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,197,7); }

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

background-color css

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

 a { background-color: rgb(11,197,7); }

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

border-color css

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

 span { border-color: rgb(11,197,7); }

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