Html Css Color HEX #01B206 Islamic Green

📋 copy color: '#01B206'

red 1 ◦ green 178 ◦ blue 6

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

Shades of Islamic Green #01B206

Tints of Islamic Green #01B206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 96.22%

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

R = 0.54%
G = 96.22%
B = 3.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#01B206 (or 0x01B206) is known color: Islamic Green. HEX triplet: 01, B2 and 06. RGB value is (1,178,6). Sum of RGB (Red+Green+Blue) = 1+178+6=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 178 (69.92% from 255 or 96.22% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 178 - color contains mainly: green. Hex color #01B206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B206 is #FE4DF9. Grayscale: #696969. Windows color (decimal): -16666106 or 438785. OLE color: 438785.

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

Color convert

RGB 1 178 6 -
CMYK 0.99 0 0.97 0.30
HSL 121.69º 0.99% 0.35% -
HSV(B) 121.69º 0.99% 0.7% -
XYZ 15.97 31.86 5.48 -
YUV 105.47 71.86 53.49 -
System Red Green Blue C M Y K H S L
Decimal 1 178 6 0.99 0 0.97 0.30 121.69 0.99 0.35
Hex 1 B2 6 63 0 61 1E 7A 63 23
Octal 1 262 6 143 0 141 36 172 143 43
Binary 1 10110010 110 1100011 0 1100001 11110 1111010 1100011 100011

Color Harmonies of #01B206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B206

Black with #01B206

Text Example


Text Example

White with #01B206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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