Html Css Color HEX #0BC005 Islamic Green

📋 copy color: '#0BC005'

red 11 ◦ green 192 ◦ blue 5

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

Shades of Islamic Green #0BC005

Tints of Islamic Green #0BC005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 5.29%
G = 92.31%
B = 2.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#0BC005 (or 0x0BC005) is known color: Islamic Green. HEX triplet: 0B, C0 and 05. RGB value is (11,192,5). Sum of RGB (Red+Green+Blue) = 11+192+5=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 192 (75.39% from 255 or 92.31% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC005 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC005 is #F43FFA. Grayscale: #757575. Windows color (decimal): -16007163 or 376843. OLE color: 376843.

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

Color convert

RGB 11 192 5 -
CMYK 0.94 0 0.97 0.25
HSL 118.07º 0.95% 0.39% -
HSV(B) 118.07º 0.97% 0.75% -
XYZ 19.02 37.78 6.43 -
YUV 116.56 65.03 52.71 -
System Red Green Blue C M Y K H S L
Decimal 11 192 5 0.94 0 0.97 0.25 118.07 0.95 0.39
Hex B C0 5 5E 0 61 19 76 5F 27
Octal 13 300 5 136 0 141 31 166 137 47
Binary 1011 11000000 101 1011110 0 1100001 11001 1110110 1011111 100111

Color Harmonies of #0BC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC005

Black with #0BC005

Text Example


Text Example

White with #0BC005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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