Html Css Color HEX #01B900 Islamic Green

📋 copy color: '#01B900'

red 1 ◦ green 185 ◦ blue 0

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

Shades of Islamic Green #01B900

Tints of Islamic Green #01B900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 0.54%
G = 99.46%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#01B900 (or 0x01B900) is known color: Islamic Green. HEX triplet: 01, B9 and 00. RGB value is (1,185,0). Sum of RGB (Red+Green+Blue) = 1+185+0=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 185 (72.66% from 255 or 99.46% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 185 - color contains mainly: green. Hex color #01B900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B900 is #FE46FF. Grayscale: #6D6D6D. Windows color (decimal): -16664320 or 47361. OLE color: 47361.

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

Color convert

RGB 1 185 0 -
CMYK 0.99 0 1 0.27
HSL 119.68º 1% 0.36% -
HSV(B) 119.68º 1% 0.73% -
XYZ 17.36 34.7 5.78 -
YUV 108.89 66.54 51.04 -
System Red Green Blue C M Y K H S L
Decimal 1 185 0 0.99 0 1 0.27 119.68 1 0.36
Hex 1 B9 0 63 0 64 1B 78 64 24
Octal 1 271 0 143 0 144 33 170 144 44
Binary 1 10111001 0 1100011 0 1100100 11011 1111000 1100100 100100

Color Harmonies of #01B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B900

Black with #01B900

Text Example


Text Example

White with #01B900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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