Html Css Color HEX #1AB25D Pigment Green

📋 copy color: '#1AB25D'

red 26 ◦ green 178 ◦ blue 93

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

Shades of Pigment Green #1AB25D

Tints of Pigment Green #1AB25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.93%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 8.75%
G = 59.93%
B = 31.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#1AB25D (or 0x1AB25D) is known color: Pigment Green. HEX triplet: 1A, B2 and 5D. RGB value is (26,178,93). Sum of RGB (Red+Green+Blue) = 26+178+93=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB25D is #E54DA2. Grayscale: #7B7B7B. Windows color (decimal): -15027619 or 6140442. OLE color: 6140442.

HSL color Cylindrical-coordinate representation of color #1AB25D: hue angle of 146.45º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB25D is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 26 178 93 -
CMYK 0.85 0 0.48 0.30
HSL 146.45º 0.75% 0.4% -
HSV(B) 146.45º 0.85% 0.7% -
XYZ 18.32 32.85 15.73 -
YUV 122.86 111.14 58.91 -
System Red Green Blue C M Y K H S L
Decimal 26 178 93 0.85 0 0.48 0.30 146.45 0.75 0.4
Hex 1A B2 5D 55 0 30 1E 92 4B 28
Octal 32 262 135 125 0 60 36 222 113 50
Binary 11010 10110010 1011101 1010101 0 110000 11110 10010010 1001011 101000

Color Harmonies of #1AB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB25D

Black with #1AB25D

Text Example


Text Example

White with #1AB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,178,93); }

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

background-color css

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

 a { background-color: rgb(26,178,93); }

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

border-color css

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

 span { border-color: rgb(26,178,93); }

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