Html Css Color HEX #1DAD6A Jade

📋 copy color: '#1DAD6A'

red 29 ◦ green 173 ◦ blue 106

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

Shades of Jade #1DAD6A

Tints of Jade #1DAD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 9.42%
G = 56.17%
B = 34.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#1DAD6A (or 0x1DAD6A) is known color: Jade. HEX triplet: 1D, AD and 6A. RGB value is (29,173,106). Sum of RGB (Red+Green+Blue) = 29+173+106=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAD6A is #E25295. Grayscale: #7A7A7A. Windows color (decimal): -14832278 or 6991133. OLE color: 6991133.

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

Color convert

RGB 29 173 106 -
CMYK 0.83 0 0.39 0.32
HSL 152.08º 0.71% 0.4% -
HSV(B) 152.08º 0.83% 0.68% -
XYZ 18.05 31.19 18.7 -
YUV 122.31 118.79 61.45 -
System Red Green Blue C M Y K H S L
Decimal 29 173 106 0.83 0 0.39 0.32 152.08 0.71 0.4
Hex 1D AD 6A 53 0 27 20 98 47 28
Octal 35 255 152 123 0 47 40 230 107 50
Binary 11101 10101101 1101010 1010011 0 100111 100000 10011000 1000111 101000

Color Harmonies of #1DAD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAD6A

Black with #1DAD6A

Text Example


Text Example

White with #1DAD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,173,106); }

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

background-color css

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

 a { background-color: rgb(29,173,106); }

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

border-color css

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

 span { border-color: rgb(29,173,106); }

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