Html Css Color HEX #1DA965 Eucalyptus

📋 copy color: '#1DA965'

red 29 ◦ green 169 ◦ blue 101

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

Shades of Eucalyptus #1DA965

Tints of Eucalyptus #1DA965

RGB

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

 GREEN value IS 169 (66.41% from 255) = 56.52%

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

R = 9.7%
G = 56.52%
B = 33.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#1DA965 (or 0x1DA965) is known color: Eucalyptus. HEX triplet: 1D, A9 and 65. RGB value is (29,169,101). Sum of RGB (Red+Green+Blue) = 29+169+101=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 169 (66.41% from 255 or 56.52% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA965 is #E2569A. Grayscale: #777777. Windows color (decimal): -14833307 or 6662429. OLE color: 6662429.

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

Color convert

RGB 29 169 101 -
CMYK 0.83 0 0.40 0.34
HSL 150.86º 0.71% 0.39% -
HSV(B) 150.86º 0.83% 0.66% -
XYZ 17.04 29.58 17.12 -
YUV 119.39 117.62 63.53 -
System Red Green Blue C M Y K H S L
Decimal 29 169 101 0.83 0 0.40 0.34 150.86 0.71 0.39
Hex 1D A9 65 53 0 28 22 97 47 27
Octal 35 251 145 123 0 50 42 227 107 47
Binary 11101 10101001 1100101 1010011 0 101000 100010 10010111 1000111 100111

Color Harmonies of #1DA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA965

Black with #1DA965

Text Example


Text Example

White with #1DA965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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