Html Css Color HEX #1BC801 Islamic Green

📋 copy color: '#1BC801'

red 27 ◦ green 200 ◦ blue 1

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

Shades of Islamic Green #1BC801

Tints of Islamic Green #1BC801

RGB

 RED value IS 27 (10.94% from 255) = 11.84%

 GREEN value IS 200 (78.52% from 255) = 87.72%

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

R = 11.84%
G = 87.72%
B = 0.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#1BC801 (or 0x1BC801) is known color: Islamic Green. HEX triplet: 1B, C8 and 01. RGB value is (27,200,1). Sum of RGB (Red+Green+Blue) = 27+200+1=228 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.84% from 228); Green value is 200 (78.52% from 255 or 87.72% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC801 is #E437FE. Grayscale: #7E7E7E. Windows color (decimal): -14956543 or 116763. OLE color: 116763.

HSL color Cylindrical-coordinate representation of color #1BC801: hue angle of 112.16º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1BC801 is Cyan = 0.86, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 27 200 1 -
CMYK 0.86 0 1.00 0.22
HSL 112.16º 0.99% 0.39% -
HSV(B) 112.16º 1% 0.78% -
XYZ 21.11 41.54 6.93 -
YUV 125.59 57.69 57.68 -
System Red Green Blue C M Y K H S L
Decimal 27 200 1 0.86 0 1.00 0.22 112.16 0.99 0.39
Hex 1B C8 1 56 0 64 16 70 63 27
Octal 33 310 1 126 0 144 26 160 143 47
Binary 11011 11001000 1 1010110 0 1100100 10110 1110000 1100011 100111

Color Harmonies of #1BC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC801

Black with #1BC801

Text Example


Text Example

White with #1BC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BC801; }

 p { color: rgb(27,200,1); }

 H1.HeaderClassName
 {
   color: #1BC801;
 }
 .AnyTagClassName
 {
   color: #1BC801;
 }
</style>

background-color css

<style>
 a { background-color: #1BC801; }

 a { background-color: rgb(27,200,1); }

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

border-color css

<style>
 span { border-color: #1BC801; }

 span { border-color: rgb(27,200,1); }

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