#1BAE02

Color #1BAE02 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1BAE02

Tints of Islamic Green #1BAE02

Color information

#1BAE02 (or 0x1BAE02) is unknown color: approx Islamic Green. HEX triplet: 1B, AE and 02. RGB value is (27,174,2). Sum of RGB (Red+Green+Blue) = 27+174+2=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 174 (68.36% from 255 or 85.71% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAE02 is #E451FD. Grayscale: #6E6E6E. Windows color (decimal): -14963198 or 175643. OLE color: 175643.

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

Color convert

RGB271742-
CMYK0.8400.990.32
HSL111.28º97.73%34.51%-
HSV(B)111.28º98.85%68.24%-
XYZ15.630.515.12-
YUV110.4466.868.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.30%
GREEN value IS 174 (68.36% from 255) = 85.71%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=13.30%
G=85.71%
B=0.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2717420.8400.990.32111.2897.7334.51
Hex1BAE254063206f6223
Octal33256212401434015714243
Binary11011101011101010101000110001110000011011111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,174,2); }

 H1.HeaderClassName
 {
   color: #1BAE02;
 }
 .AnyTagClassName
 {
   color: #1BAE02;
 }
</style>
background-color css

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

 a { background-color: rgb(27,174,2); }

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

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

 span { border-color: rgb(27,174,2); }

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