Html Css Color HEX #1DA49F Java

📋 copy color: '#1DA49F'

red 29 ◦ green 164 ◦ blue 159

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

Shades of Java #1DA49F

Tints of Java #1DA49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.59%

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 8.24%
G = 46.59%
B = 45.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#1DA49F (or 0x1DA49F) is known color: Java. HEX triplet: 1D, A4 and 9F. RGB value is (29,164,159). Sum of RGB (Red+Green+Blue) = 29+164+159=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA49F is #E25B60. Grayscale: #7A7A7A. Windows color (decimal): -14834529 or 10462237. OLE color: 10462237.

HSL color Cylindrical-coordinate representation of color #1DA49F: hue angle of 177.78º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA49F is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 29 164 159 -
CMYK 0.82 0 0.03 0.36
HSL 177.78º 0.7% 0.38% -
HSV(B) 177.78º 0.82% 0.64% -
XYZ 20.04 29.32 37.4 -
YUV 123.07 148.27 60.91 -
System Red Green Blue C M Y K H S L
Decimal 29 164 159 0.82 0 0.03 0.36 177.78 0.7 0.38
Hex 1D A4 9F 52 0 3 24 B2 46 26
Octal 35 244 237 122 0 3 44 262 106 46
Binary 11101 10100100 10011111 1010010 0 11 100100 10110010 1000110 100110

Color Harmonies of #1DA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA49F

Black with #1DA49F

Text Example


Text Example

White with #1DA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,164,159); }

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

background-color css

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

 a { background-color: rgb(29,164,159); }

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

border-color css

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

 span { border-color: rgb(29,164,159); }

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