Html Css Color HEX #06BC01 Islamic Green

📋 copy color: '#06BC01'

red 6 ◦ green 188 ◦ blue 1

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

Shades of Islamic Green #06BC01

Tints of Islamic Green #06BC01

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #06BC01: hue angle of 118.4º 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 #06BC01 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 188 1 -
CMYK 0.97 0 0.99 0.26
HSL 118.4º 0.99% 0.37% -
HSV(B) 118.4º 0.99% 0.74% -
XYZ 18.06 36.01 6.03 -
YUV 112.26 65.2 52.21 -
System Red Green Blue C M Y K H S L
Decimal 6 188 1 0.97 0 0.99 0.26 118.4 0.99 0.37
Hex 6 BC 1 61 0 63 1A 76 63 25
Octal 6 274 1 141 0 143 32 166 143 45
Binary 110 10111100 1 1100001 0 1100011 11010 1110110 1100011 100101

Color Harmonies of #06BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BC01

Black with #06BC01

Text Example


Text Example

White with #06BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BC01; }

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

 H1.HeaderClassName
 {
   color: #06BC01;
 }
 .AnyTagClassName
 {
   color: #06BC01;
 }
</style>

background-color css

<style>
 a { background-color: #06BC01; }

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

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

border-color css

<style>
 span { border-color: #06BC01; }

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

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