Html Css Color HEX #1AB85F Pigment Green

📋 copy color: '#1AB85F'

red 26 ◦ green 184 ◦ blue 95

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

Shades of Pigment Green #1AB85F

Tints of Pigment Green #1AB85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.33%

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 8.52%
G = 60.33%
B = 31.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#1AB85F (or 0x1AB85F) is known color: Pigment Green. HEX triplet: 1A, B8 and 5F. RGB value is (26,184,95). Sum of RGB (Red+Green+Blue) = 26+184+95=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 184 (72.27% from 255 or 60.33% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB85F is #E547A0. Grayscale: #7E7E7E. Windows color (decimal): -15026081 or 6273050. OLE color: 6273050.

HSL color Cylindrical-coordinate representation of color #1AB85F: hue angle of 146.2º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB85F is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 26 184 95 -
CMYK 0.86 0 0.48 0.28
HSL 146.2º 0.75% 0.41% -
HSV(B) 146.2º 0.86% 0.72% -
XYZ 19.63 35.33 16.61 -
YUV 126.61 110.15 56.24 -
System Red Green Blue C M Y K H S L
Decimal 26 184 95 0.86 0 0.48 0.28 146.2 0.75 0.41
Hex 1A B8 5F 56 0 30 1C 92 4B 29
Octal 32 270 137 126 0 60 34 222 113 51
Binary 11010 10111000 1011111 1010110 0 110000 11100 10010010 1001011 101001

Color Harmonies of #1AB85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB85F

Black with #1AB85F

Text Example


Text Example

White with #1AB85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,184,95); }

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

background-color css

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

 a { background-color: rgb(26,184,95); }

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

border-color css

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

 span { border-color: rgb(26,184,95); }

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