Html Css Color HEX #1BA501 Islamic Green

📋 copy color: '#1BA501'

red 27 ◦ green 165 ◦ blue 1

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

Shades of Islamic Green #1BA501

Tints of Islamic Green #1BA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 85.49%

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

R = 13.99%
G = 85.49%
B = 0.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#1BA501 (or 0x1BA501) is known color: Islamic Green. HEX triplet: 1B, A5 and 01. RGB value is (27,165,1). Sum of RGB (Red+Green+Blue) = 27+165+1=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 165 (64.84% from 255 or 85.49% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA501 is #E45AFE. Grayscale: #696969. Windows color (decimal): -14965503 or 107803. OLE color: 107803.

HSL color Cylindrical-coordinate representation of color #1BA501: hue angle of 110.49º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1BA501 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 27 165 1 -
CMYK 0.84 0 0.99 0.35
HSL 110.49º 0.99% 0.33% -
HSV(B) 110.49º 0.99% 0.65% -
XYZ 13.91 27.15 4.54 -
YUV 105.04 69.28 72.34 -
System Red Green Blue C M Y K H S L
Decimal 27 165 1 0.84 0 0.99 0.35 110.49 0.99 0.33
Hex 1B A5 1 54 0 63 23 6E 63 21
Octal 33 245 1 124 0 143 43 156 143 41
Binary 11011 10100101 1 1010100 0 1100011 100011 1101110 1100011 100001

Color Harmonies of #1BA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA501

Black with #1BA501

Text Example


Text Example

White with #1BA501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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