Html Css Color HEX #11BA02 Islamic Green

📋 copy color: '#11BA02'

red 17 ◦ green 186 ◦ blue 2

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

Shades of Islamic Green #11BA02

Tints of Islamic Green #11BA02

RGB

 RED value IS 17 (7.03% from 255) = 8.29%

 GREEN value IS 186 (73.05% from 255) = 90.73%

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 8.29%
G = 90.73%
B = 0.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#11BA02 (or 0x11BA02) is known color: Islamic Green. HEX triplet: 11, BA and 02. RGB value is (17,186,2). Sum of RGB (Red+Green+Blue) = 17+186+2=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 186 (73.05% from 255 or 90.73% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BA02 is #EE45FD. Grayscale: #737373. Windows color (decimal): -15615486 or 178705. OLE color: 178705.

HSL color Cylindrical-coordinate representation of color #11BA02: hue angle of 115.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11BA02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 2 -
CMYK 0.91 0 0.99 0.27
HSL 115.11º 0.98% 0.37% -
HSV(B) 115.11º 0.99% 0.73% -
XYZ 17.8 35.24 5.92 -
YUV 114.49 64.51 58.46 -
System Red Green Blue C M Y K H S L
Decimal 17 186 2 0.91 0 0.99 0.27 115.11 0.98 0.37
Hex 11 BA 2 5B 0 63 1B 73 62 25
Octal 21 272 2 133 0 143 33 163 142 45
Binary 10001 10111010 10 1011011 0 1100011 11011 1110011 1100010 100101

Color Harmonies of #11BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA02

Black with #11BA02

Text Example


Text Example

White with #11BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11BA02; }

 p { color: rgb(17,186,2); }

 H1.HeaderClassName
 {
   color: #11BA02;
 }
 .AnyTagClassName
 {
   color: #11BA02;
 }
</style>

background-color css

<style>
 a { background-color: #11BA02; }

 a { background-color: rgb(17,186,2); }

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

border-color css

<style>
 span { border-color: #11BA02; }

 span { border-color: rgb(17,186,2); }

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