Html Css Color HEX #01BC06 Islamic Green

📋 copy color: '#01BC06'

red 1 ◦ green 188 ◦ blue 6

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

Shades of Islamic Green #01BC06

Tints of Islamic Green #01BC06

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

 GREEN value IS 188 (73.83% from 255) = 96.41%

 BLUE value IS 6 (2.73% from 255) = 3.08%

R = 0.51%
G = 96.41%
B = 3.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#01BC06 (or 0x01BC06) is known color: Islamic Green. HEX triplet: 01, BC and 06. RGB value is (1,188,6). Sum of RGB (Red+Green+Blue) = 1+188+6=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 188 (73.83% from 255 or 96.41% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BC06 is #FE43F9. Grayscale: #6F6F6F. Windows color (decimal): -16663546 or 441345. OLE color: 441345.

HSL color Cylindrical-coordinate representation of color #01BC06: hue angle of 121.6º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BC06 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 188 6 -
CMYK 0.99 0 0.97 0.26
HSL 121.6º 0.99% 0.37% -
HSV(B) 121.6º 0.99% 0.74% -
XYZ 18.03 35.99 6.17 -
YUV 111.34 68.55 49.3 -
System Red Green Blue C M Y K H S L
Decimal 1 188 6 0.99 0 0.97 0.26 121.6 0.99 0.37
Hex 1 BC 6 63 0 61 1A 7A 63 25
Octal 1 274 6 143 0 141 32 172 143 45
Binary 1 10111100 110 1100011 0 1100001 11010 1111010 1100011 100101

Color Harmonies of #01BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC06

Black with #01BC06

Text Example


Text Example

White with #01BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BC06; }

 p { color: rgb(1,188,6); }

 H1.HeaderClassName
 {
   color: #01BC06;
 }
 .AnyTagClassName
 {
   color: #01BC06;
 }
</style>

background-color css

<style>
 a { background-color: #01BC06; }

 a { background-color: rgb(1,188,6); }

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

border-color css

<style>
 span { border-color: #01BC06; }

 span { border-color: rgb(1,188,6); }

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