Html Css Color HEX #0BC510 Islamic Green

📋 copy color: '#0BC510'

red 11 ◦ green 197 ◦ blue 16

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

Shades of Islamic Green #0BC510

Tints of Islamic Green #0BC510

RGB

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

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

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

R = 4.91%
G = 87.95%
B = 7.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#0BC510 (or 0x0BC510) is known color: Islamic Green. HEX triplet: 0B, C5 and 10. RGB value is (11,197,16). Sum of RGB (Red+Green+Blue) = 11+197+16=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 197 (77.34% from 255 or 87.95% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC510 is #F43AEF. Grayscale: #797979. Windows color (decimal): -16005872 or 1099019. OLE color: 1099019.

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

Color convert

RGB 11 197 16 -
CMYK 0.94 0 0.92 0.23
HSL 121.61º 0.89% 0.41% -
HSV(B) 121.61º 0.94% 0.77% -
XYZ 20.2 40.04 7.15 -
YUV 120.75 68.88 49.72 -
System Red Green Blue C M Y K H S L
Decimal 11 197 16 0.94 0 0.92 0.23 121.61 0.89 0.41
Hex B C5 10 5E 0 5C 17 7A 59 29
Octal 13 305 20 136 0 134 27 172 131 51
Binary 1011 11000101 10000 1011110 0 1011100 10111 1111010 1011001 101001

Color Harmonies of #0BC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC510

Black with #0BC510

Text Example


Text Example

White with #0BC510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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