Html Css Color HEX #1DB165 Jade

📋 copy color: '#1DB165'

red 29 ◦ green 177 ◦ blue 101

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

Shades of Jade #1DB165

Tints of Jade #1DB165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.65%

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 9.45%
G = 57.65%
B = 32.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#1DB165 (or 0x1DB165) is known color: Jade. HEX triplet: 1D, B1 and 65. RGB value is (29,177,101). Sum of RGB (Red+Green+Blue) = 29+177+101=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 177 (69.53% from 255 or 57.65% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB165 is #E24E9A. Grayscale: #7C7C7C. Windows color (decimal): -14831259 or 6664477. OLE color: 6664477.

HSL color Cylindrical-coordinate representation of color #1DB165: hue angle of 149.19º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB165 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 177 101 -
CMYK 0.84 0 0.43 0.31
HSL 149.19º 0.72% 0.4% -
HSV(B) 149.19º 0.84% 0.69% -
XYZ 18.58 32.65 17.63 -
YUV 124.08 114.97 60.18 -
System Red Green Blue C M Y K H S L
Decimal 29 177 101 0.84 0 0.43 0.31 149.19 0.72 0.4
Hex 1D B1 65 54 0 2B 1F 95 48 28
Octal 35 261 145 124 0 53 37 225 110 50
Binary 11101 10110001 1100101 1010100 0 101011 11111 10010101 1001000 101000

Color Harmonies of #1DB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB165

Black with #1DB165

Text Example


Text Example

White with #1DB165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,177,101); }

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

background-color css

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

 a { background-color: rgb(29,177,101); }

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

border-color css

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

 span { border-color: rgb(29,177,101); }

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