Html Css Color HEX #0BC703 Islamic Green

📋 copy color: '#0BC703'

red 11 ◦ green 199 ◦ blue 3

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

Shades of Islamic Green #0BC703

Tints of Islamic Green #0BC703

RGB

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

 GREEN value IS 199 (78.13% from 255) = 93.43%

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

R = 5.16%
G = 93.43%
B = 1.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#0BC703 (or 0x0BC703) is known color: Islamic Green. HEX triplet: 0B, C7 and 03. RGB value is (11,199,3). Sum of RGB (Red+Green+Blue) = 11+199+3=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 199 (78.12% from 255 or 93.43% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC703 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC703 is #F438FC. Grayscale: #797979. Windows color (decimal): -16005373 or 247563. OLE color: 247563.

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

Color convert

RGB 11 199 3 -
CMYK 0.94 0 0.98 0.22
HSL 117.55º 0.97% 0.4% -
HSV(B) 117.55º 0.98% 0.78% -
XYZ 20.58 40.92 6.9 -
YUV 120.44 61.72 49.94 -
System Red Green Blue C M Y K H S L
Decimal 11 199 3 0.94 0 0.98 0.22 117.55 0.97 0.4
Hex B C7 3 5E 0 62 16 76 61 28
Octal 13 307 3 136 0 142 26 166 141 50
Binary 1011 11000111 11 1011110 0 1100010 10110 1110110 1100001 101000

Color Harmonies of #0BC703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC703

Black with #0BC703

Text Example


Text Example

White with #0BC703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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