Html Css Color HEX #0BC60B Islamic Green

📋 copy color: '#0BC60B'

red 11 ◦ green 198 ◦ blue 11

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

Shades of Islamic Green #0BC60B

Tints of Islamic Green #0BC60B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 90%

 BLUE value IS 11 (4.69% from 255) = 5%

R = 5%
G = 90%
B = 5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#0BC60B (or 0x0BC60B) is known color: Islamic Green. HEX triplet: 0B, C6 and 0B. RGB value is (11,198,11). Sum of RGB (Red+Green+Blue) = 11+198+11=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 198 (77.73% from 255 or 90% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC60B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC60B is #F439F4. Grayscale: #797979. Windows color (decimal): -16005621 or 771595. OLE color: 771595.

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

Color convert

RGB 11 198 11 -
CMYK 0.94 0 0.94 0.22
HSL 120º 0.89% 0.41% -
HSV(B) 120º 0.94% 0.78% -
XYZ 20.39 40.48 7.06 -
YUV 120.77 66.05 49.71 -
System Red Green Blue C M Y K H S L
Decimal 11 198 11 0.94 0 0.94 0.22 120 0.89 0.41
Hex B C6 B 5E 0 5E 16 78 59 29
Octal 13 306 13 136 0 136 26 170 131 51
Binary 1011 11000110 1011 1011110 0 1011110 10110 1111000 1011001 101001

Color Harmonies of #0BC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC60B

Black with #0BC60B

Text Example


Text Example

White with #0BC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,198,11); }

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

background-color css

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

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

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

border-color css

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

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

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