Html Css Color HEX #1FAD4B Pigment Green

📋 copy color: '#1FAD4B'

red 31 ◦ green 173 ◦ blue 75

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

Shades of Pigment Green #1FAD4B

Tints of Pigment Green #1FAD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 11.11%
G = 62.01%
B = 26.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#1FAD4B (or 0x1FAD4B) is known color: Pigment Green. HEX triplet: 1F, AD and 4B. RGB value is (31,173,75). Sum of RGB (Red+Green+Blue) = 31+173+75=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAD4B is #E052B4. Grayscale: #777777. Windows color (decimal): -14701237 or 4959519. OLE color: 4959519.

HSL color Cylindrical-coordinate representation of color #1FAD4B: hue angle of 138.59º 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 #1FAD4B is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 173 75 -
CMYK 0.82 0 0.57 0.32
HSL 138.59º 0.7% 0.4% -
HSV(B) 138.59º 0.82% 0.68% -
XYZ 16.78 30.69 11.7 -
YUV 119.37 102.96 64.97 -
System Red Green Blue C M Y K H S L
Decimal 31 173 75 0.82 0 0.57 0.32 138.59 0.7 0.4
Hex 1F AD 4B 52 0 39 20 8B 46 28
Octal 37 255 113 122 0 71 40 213 106 50
Binary 11111 10101101 1001011 1010010 0 111001 100000 10001011 1000110 101000

Color Harmonies of #1FAD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAD4B

Black with #1FAD4B

Text Example


Text Example

White with #1FAD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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