Html Css Color HEX #1ABA06 Islamic Green

📋 copy color: '#1ABA06'

red 26 ◦ green 186 ◦ blue 6

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

Shades of Islamic Green #1ABA06

Tints of Islamic Green #1ABA06

RGB

 RED value IS 26 (10.55% from 255) = 11.93%

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

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 11.93%
G = 85.32%
B = 2.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#1ABA06 (or 0x1ABA06) is known color: Islamic Green. HEX triplet: 1A, BA and 06. RGB value is (26,186,6). Sum of RGB (Red+Green+Blue) = 26+186+6=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 186 (73.05% from 255 or 85.32% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABA06 is #E545F9. Grayscale: #767676. Windows color (decimal): -15025658 or 440858. OLE color: 440858.

HSL color Cylindrical-coordinate representation of color #1ABA06: hue angle of 113.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ABA06 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 186 6 -
CMYK 0.86 0 0.97 0.27
HSL 113.33º 0.94% 0.38% -
HSV(B) 113.33º 0.97% 0.73% -
XYZ 18.02 35.35 6.05 -
YUV 117.64 64.99 62.64 -
System Red Green Blue C M Y K H S L
Decimal 26 186 6 0.86 0 0.97 0.27 113.33 0.94 0.38
Hex 1A BA 6 56 0 61 1B 71 5E 26
Octal 32 272 6 126 0 141 33 161 136 46
Binary 11010 10111010 110 1010110 0 1100001 11011 1110001 1011110 100110

Color Harmonies of #1ABA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABA06

Black with #1ABA06

Text Example


Text Example

White with #1ABA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,186,6); }

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

background-color css

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

 a { background-color: rgb(26,186,6); }

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

border-color css

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

 span { border-color: rgb(26,186,6); }

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