Html Css Color HEX #1DAE6A Jade

📋 copy color: '#1DAE6A'

red 29 ◦ green 174 ◦ blue 106

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

Shades of Jade #1DAE6A

Tints of Jade #1DAE6A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.31%

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

R = 9.39%
G = 56.31%
B = 34.3%

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

#1DAE6A (or 0x1DAE6A) is known color: Jade. HEX triplet: 1D, AE and 6A. RGB value is (29,174,106). Sum of RGB (Red+Green+Blue) = 29+174+106=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAE6A is #E25195. Grayscale: #7B7B7B. Windows color (decimal): -14832022 or 6991389. OLE color: 6991389.

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

Color convert

RGB 29 174 106 -
CMYK 0.83 0 0.39 0.32
HSL 151.86º 0.71% 0.4% -
HSV(B) 151.86º 0.83% 0.68% -
XYZ 18.24 31.57 18.77 -
YUV 122.89 118.46 61.03 -
System Red Green Blue C M Y K H S L
Decimal 29 174 106 0.83 0 0.39 0.32 151.86 0.71 0.4
Hex 1D AE 6A 53 0 27 20 98 47 28
Octal 35 256 152 123 0 47 40 230 107 50
Binary 11101 10101110 1101010 1010011 0 100111 100000 10011000 1000111 101000

Color Harmonies of #1DAE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAE6A

Black with #1DAE6A

Text Example


Text Example

White with #1DAE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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