Html Css Color HEX #1DB95A Pigment Green

📋 copy color: '#1DB95A'

red 29 ◦ green 185 ◦ blue 90

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

Shades of Pigment Green #1DB95A

Tints of Pigment Green #1DB95A

RGB

 RED value IS 29 (11.72% from 255) = 9.54%

 GREEN value IS 185 (72.66% from 255) = 60.86%

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 9.54%
G = 60.86%
B = 29.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#1DB95A (or 0x1DB95A) is known color: Pigment Green. HEX triplet: 1D, B9 and 5A. RGB value is (29,185,90). Sum of RGB (Red+Green+Blue) = 29+185+90=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB95A is #E246A5. Grayscale: #7F7F7F. Windows color (decimal): -14829222 or 5945629. OLE color: 5945629.

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

Color convert

RGB 29 185 90 -
CMYK 0.84 0 0.51 0.27
HSL 143.46º 0.73% 0.42% -
HSV(B) 143.46º 0.84% 0.73% -
XYZ 19.7 35.7 15.52 -
YUV 127.53 106.82 57.72 -
System Red Green Blue C M Y K H S L
Decimal 29 185 90 0.84 0 0.51 0.27 143.46 0.73 0.42
Hex 1D B9 5A 54 0 33 1B 8F 49 2A
Octal 35 271 132 124 0 63 33 217 111 52
Binary 11101 10111001 1011010 1010100 0 110011 11011 10001111 1001001 101010

Color Harmonies of #1DB95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB95A

Black with #1DB95A

Text Example


Text Example

White with #1DB95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,185,90); }

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

background-color css

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

 a { background-color: rgb(29,185,90); }

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

border-color css

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

 span { border-color: rgb(29,185,90); }

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