Html Css Color HEX #0BC010 Islamic Green

📋 copy color: '#0BC010'

red 11 ◦ green 192 ◦ blue 16

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

Shades of Islamic Green #0BC010

Tints of Islamic Green #0BC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 87.67%

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 5.02%
G = 87.67%
B = 7.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#0BC010 (or 0x0BC010) is known color: Islamic Green. HEX triplet: 0B, C0 and 10. RGB value is (11,192,16). Sum of RGB (Red+Green+Blue) = 11+192+16=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 192 (75.39% from 255 or 87.67% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC010 is #F43FEF. Grayscale: #767676. Windows color (decimal): -16007152 or 1097739. OLE color: 1097739.

HSL color Cylindrical-coordinate representation of color #0BC010: hue angle of 121.66º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC010 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 192 16 -
CMYK 0.94 0 0.92 0.25
HSL 121.66º 0.89% 0.4% -
HSV(B) 121.66º 0.94% 0.75% -
XYZ 19.08 37.81 6.78 -
YUV 117.82 70.53 51.81 -
System Red Green Blue C M Y K H S L
Decimal 11 192 16 0.94 0 0.92 0.25 121.66 0.89 0.4
Hex B C0 10 5E 0 5C 19 7A 59 28
Octal 13 300 20 136 0 134 31 172 131 50
Binary 1011 11000000 10000 1011110 0 1011100 11001 1111010 1011001 101000

Color Harmonies of #0BC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC010

Black with #0BC010

Text Example


Text Example

White with #0BC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,192,16); }

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

background-color css

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

 a { background-color: rgb(11,192,16); }

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

border-color css

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

 span { border-color: rgb(11,192,16); }

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