Html Css Color HEX #1ABA5B Pigment Green

📋 copy color: '#1ABA5B'

red 26 ◦ green 186 ◦ blue 91

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

Shades of Pigment Green #1ABA5B

Tints of Pigment Green #1ABA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 8.58%
G = 61.39%
B = 30.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#1ABA5B (or 0x1ABA5B) is known color: Pigment Green. HEX triplet: 1A, BA and 5B. RGB value is (26,186,91). Sum of RGB (Red+Green+Blue) = 26+186+91=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA5B is #E545A4. Grayscale: #7F7F7F. Windows color (decimal): -15025573 or 6011418. OLE color: 6011418.

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

Color convert

RGB 26 186 91 -
CMYK 0.86 0 0.51 0.27
HSL 144.38º 0.75% 0.42% -
HSV(B) 144.38º 0.86% 0.73% -
XYZ 19.87 36.09 15.82 -
YUV 127.33 107.49 55.72 -
System Red Green Blue C M Y K H S L
Decimal 26 186 91 0.86 0 0.51 0.27 144.38 0.75 0.42
Hex 1A BA 5B 56 0 33 1B 90 4B 2A
Octal 32 272 133 126 0 63 33 220 113 52
Binary 11010 10111010 1011011 1010110 0 110011 11011 10010000 1001011 101010

Color Harmonies of #1ABA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABA5B

Black with #1ABA5B

Text Example


Text Example

White with #1ABA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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