Html Css Color HEX #01B906 Islamic Green

📋 copy color: '#01B906'

red 1 ◦ green 185 ◦ blue 6

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

Shades of Islamic Green #01B906

Tints of Islamic Green #01B906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 96.35%

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

R = 0.52%
G = 96.35%
B = 3.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#01B906 (or 0x01B906) is known color: Islamic Green. HEX triplet: 01, B9 and 06. RGB value is (1,185,6). Sum of RGB (Red+Green+Blue) = 1+185+6=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 185 (72.66% from 255 or 96.35% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 185 - color contains mainly: green. Hex color #01B906 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B906 is #FE46F9. Grayscale: #6E6E6E. Windows color (decimal): -16664314 or 440577. OLE color: 440577.

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

Color convert

RGB 1 185 6 -
CMYK 0.99 0 0.97 0.27
HSL 121.63º 0.99% 0.36% -
HSV(B) 121.63º 0.99% 0.73% -
XYZ 17.39 34.72 5.96 -
YUV 109.58 69.54 50.55 -
System Red Green Blue C M Y K H S L
Decimal 1 185 6 0.99 0 0.97 0.27 121.63 0.99 0.36
Hex 1 B9 6 63 0 61 1B 7A 63 24
Octal 1 271 6 143 0 141 33 172 143 44
Binary 1 10111001 110 1100011 0 1100001 11011 1111010 1100011 100100

Color Harmonies of #01B906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B906

Black with #01B906

Text Example


Text Example

White with #01B906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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