Html Css Color HEX #0BC503 Islamic Green

📋 copy color: '#0BC503'

red 11 ◦ green 197 ◦ blue 3

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

Shades of Islamic Green #0BC503

Tints of Islamic Green #0BC503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 5.21%
G = 93.36%
B = 1.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#0BC503 (or 0x0BC503) is known color: Islamic Green. HEX triplet: 0B, C5 and 03. RGB value is (11,197,3). Sum of RGB (Red+Green+Blue) = 11+197+3=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 197 (77.34% from 255 or 93.36% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC503 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC503 is #F43AFC. Grayscale: #777777. Windows color (decimal): -16005885 or 247051. OLE color: 247051.

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

Color convert

RGB 11 197 3 -
CMYK 0.94 0 0.98 0.23
HSL 117.53º 0.97% 0.39% -
HSV(B) 117.53º 0.98% 0.77% -
XYZ 20.12 40.01 6.75 -
YUV 119.27 62.38 50.77 -
System Red Green Blue C M Y K H S L
Decimal 11 197 3 0.94 0 0.98 0.23 117.53 0.97 0.39
Hex B C5 3 5E 0 62 17 76 61 27
Octal 13 305 3 136 0 142 27 166 141 47
Binary 1011 11000101 11 1011110 0 1100010 10111 1110110 1100001 100111

Color Harmonies of #0BC503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC503

Black with #0BC503

Text Example


Text Example

White with #0BC503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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