Html Css Color HEX #1DAF68 Jade

📋 copy color: '#1DAF68'

red 29 ◦ green 175 ◦ blue 104

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

Shades of Jade #1DAF68

Tints of Jade #1DAF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.82%

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 9.42%
G = 56.82%
B = 33.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#1DAF68 (or 0x1DAF68) is known color: Jade. HEX triplet: 1D, AF and 68. RGB value is (29,175,104). Sum of RGB (Red+Green+Blue) = 29+175+104=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAF68 is #E25097. Grayscale: #7B7B7B. Windows color (decimal): -14831768 or 6860573. OLE color: 6860573.

HSL color Cylindrical-coordinate representation of color #1DAF68: hue angle of 150.82º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF68 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 175 104 -
CMYK 0.83 0 0.41 0.31
HSL 150.82º 0.72% 0.4% -
HSV(B) 150.82º 0.83% 0.69% -
XYZ 18.34 31.92 18.29 -
YUV 123.25 117.13 60.77 -
System Red Green Blue C M Y K H S L
Decimal 29 175 104 0.83 0 0.41 0.31 150.82 0.72 0.4
Hex 1D AF 68 53 0 29 1F 97 48 28
Octal 35 257 150 123 0 51 37 227 110 50
Binary 11101 10101111 1101000 1010011 0 101001 11111 10010111 1001000 101000

Color Harmonies of #1DAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAF68

Black with #1DAF68

Text Example


Text Example

White with #1DAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,175,104); }

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

background-color css

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

 a { background-color: rgb(29,175,104); }

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

border-color css

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

 span { border-color: rgb(29,175,104); }

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