Html Css Color HEX #0BC508 Islamic Green

📋 copy color: '#0BC508'

red 11 ◦ green 197 ◦ blue 8

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

Shades of Islamic Green #0BC508

Tints of Islamic Green #0BC508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.7%

R = 5.09%
G = 91.2%
B = 3.7%

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

#0BC508 (or 0x0BC508) is known color: Islamic Green. HEX triplet: 0B, C5 and 08. RGB value is (11,197,8). Sum of RGB (Red+Green+Blue) = 11+197+8=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 197 (77.34% from 255 or 91.20% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC508 is #F43AF7. Grayscale: #787878. Windows color (decimal): -16005880 or 574731. OLE color: 574731.

HSL color Cylindrical-coordinate representation of color #0BC508: hue angle of 119.05º degrees, saturation: 0.92, 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 #0BC508 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 11 197 8 -
CMYK 0.94 0 0.96 0.23
HSL 119.05º 0.92% 0.4% -
HSV(B) 119.05º 0.96% 0.77% -
XYZ 20.15 40.02 6.89 -
YUV 119.84 64.88 50.37 -
System Red Green Blue C M Y K H S L
Decimal 11 197 8 0.94 0 0.96 0.23 119.05 0.92 0.4
Hex B C5 8 5E 0 60 17 77 5C 28
Octal 13 305 10 136 0 140 27 167 134 50
Binary 1011 11000101 1000 1011110 0 1100000 10111 1110111 1011100 101000

Color Harmonies of #0BC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC508

Black with #0BC508

Text Example


Text Example

White with #0BC508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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