Html Css Color HEX #0BC401 Islamic Green

📋 copy color: '#0BC401'

red 11 ◦ green 196 ◦ blue 1

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

Shades of Islamic Green #0BC401

Tints of Islamic Green #0BC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 94.23%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 5.29%
G = 94.23%
B = 0.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#0BC401 (or 0x0BC401) is known color: Islamic Green. HEX triplet: 0B, C4 and 01. RGB value is (11,196,1). Sum of RGB (Red+Green+Blue) = 11+196+1=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 196 (76.95% from 255 or 94.23% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC401 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC401 is #F43BFE. Grayscale: #777777. Windows color (decimal): -16006143 or 115723. OLE color: 115723.

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

Color convert

RGB 11 196 1 -
CMYK 0.94 0 0.99 0.23
HSL 116.92º 0.99% 0.39% -
HSV(B) 116.92º 0.99% 0.77% -
XYZ 19.88 39.55 6.62 -
YUV 118.46 61.71 51.36 -
System Red Green Blue C M Y K H S L
Decimal 11 196 1 0.94 0 0.99 0.23 116.92 0.99 0.39
Hex B C4 1 5E 0 63 17 75 63 27
Octal 13 304 1 136 0 143 27 165 143 47
Binary 1011 11000100 1 1011110 0 1100011 10111 1110101 1100011 100111

Color Harmonies of #0BC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC401

Black with #0BC401

Text Example


Text Example

White with #0BC401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,196,1); }

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

background-color css

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

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

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

border-color css

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

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

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