Html Css Color HEX #1DA07E Jungle Green

📋 copy color: '#1DA07E'

red 29 ◦ green 160 ◦ blue 126

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

Shades of Jungle Green #1DA07E

Tints of Jungle Green #1DA07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.79%

 BLUE value IS 126 (49.61% from 255) = 40%

R = 9.21%
G = 50.79%
B = 40%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#1DA07E (or 0x1DA07E) is known color: Jungle Green. HEX triplet: 1D, A0 and 7E. RGB value is (29,160,126). Sum of RGB (Red+Green+Blue) = 29+160+126=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA07E is #E25F81. Grayscale: #747474. Windows color (decimal): -14835586 or 8298525. OLE color: 8298525.

HSL color Cylindrical-coordinate representation of color #1DA07E: hue angle of 164.43º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA07E is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 160 126 -
CMYK 0.82 0 0.21 0.37
HSL 164.43º 0.69% 0.37% -
HSV(B) 164.43º 0.82% 0.63% -
XYZ 16.84 26.91 24.04 -
YUV 116.96 133.1 65.26 -
System Red Green Blue C M Y K H S L
Decimal 29 160 126 0.82 0 0.21 0.37 164.43 0.69 0.37
Hex 1D A0 7E 52 0 15 25 A4 45 25
Octal 35 240 176 122 0 25 45 244 105 45
Binary 11101 10100000 1111110 1010010 0 10101 100101 10100100 1000101 100101

Color Harmonies of #1DA07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA07E

Black with #1DA07E

Text Example


Text Example

White with #1DA07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,160,126); }

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

background-color css

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

 a { background-color: rgb(29,160,126); }

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

border-color css

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

 span { border-color: rgb(29,160,126); }

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