Html Css Color HEX #1FAD50 Pigment Green

📋 copy color: '#1FAD50'

red 31 ◦ green 173 ◦ blue 80

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

Shades of Pigment Green #1FAD50

Tints of Pigment Green #1FAD50

RGB

 RED value IS 31 (12.5% from 255) = 10.92%

 GREEN value IS 173 (67.97% from 255) = 60.92%

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 10.92%
G = 60.92%
B = 28.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#1FAD50 (or 0x1FAD50) is known color: Pigment Green. HEX triplet: 1F, AD and 50. RGB value is (31,173,80). Sum of RGB (Red+Green+Blue) = 31+173+80=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD50 is #E052AF. Grayscale: #787878. Windows color (decimal): -14701232 or 5287199. OLE color: 5287199.

HSL color Cylindrical-coordinate representation of color #1FAD50: hue angle of 140.7º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD50 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 173 80 -
CMYK 0.82 0 0.54 0.32
HSL 140.7º 0.7% 0.4% -
HSV(B) 140.7º 0.82% 0.68% -
XYZ 16.96 30.76 12.63 -
YUV 119.94 105.46 64.56 -
System Red Green Blue C M Y K H S L
Decimal 31 173 80 0.82 0 0.54 0.32 140.7 0.7 0.4
Hex 1F AD 50 52 0 36 20 8D 46 28
Octal 37 255 120 122 0 66 40 215 106 50
Binary 11111 10101101 1010000 1010010 0 110110 100000 10001101 1000110 101000

Color Harmonies of #1FAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAD50

Black with #1FAD50

Text Example


Text Example

White with #1FAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,173,80); }

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

background-color css

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

 a { background-color: rgb(31,173,80); }

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

border-color css

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

 span { border-color: rgb(31,173,80); }

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