Html Css Color HEX #0BC610 Islamic Green

📋 copy color: '#0BC610'

red 11 ◦ green 198 ◦ blue 16

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

Shades of Islamic Green #0BC610

Tints of Islamic Green #0BC610

RGB

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

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

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

R = 4.89%
G = 88%
B = 7.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#0BC610 (or 0x0BC610) is known color: Islamic Green. HEX triplet: 0B, C6 and 10. RGB value is (11,198,16). Sum of RGB (Red+Green+Blue) = 11+198+16=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 198 (77.73% from 255 or 88% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC610 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC610 is #F439EF. Grayscale: #797979. Windows color (decimal): -16005616 or 1099275. OLE color: 1099275.

HSL color Cylindrical-coordinate representation of color #0BC610: hue angle of 121.6º 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 #0BC610 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 198 16 -
CMYK 0.94 0 0.92 0.22
HSL 121.6º 0.89% 0.41% -
HSV(B) 121.6º 0.94% 0.78% -
XYZ 20.43 40.5 7.23 -
YUV 121.34 68.55 49.3 -
System Red Green Blue C M Y K H S L
Decimal 11 198 16 0.94 0 0.92 0.22 121.6 0.89 0.41
Hex B C6 10 5E 0 5C 16 7A 59 29
Octal 13 306 20 136 0 134 26 172 131 51
Binary 1011 11000110 10000 1011110 0 1011100 10110 1111010 1011001 101001

Color Harmonies of #0BC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC610

Black with #0BC610

Text Example


Text Example

White with #0BC610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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