Html Css Color HEX #1DCC95 Shamrock

📋 copy color: '#1DCC95'

red 29 ◦ green 204 ◦ blue 149

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

Shades of Shamrock #1DCC95

Tints of Shamrock #1DCC95

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.4%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 7.59%
G = 53.4%
B = 39.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#1DCC95 (or 0x1DCC95) is known color: Shamrock. HEX triplet: 1D, CC and 95. RGB value is (29,204,149). Sum of RGB (Red+Green+Blue) = 29+204+149=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCC95 is #E2336A. Grayscale: #919191. Windows color (decimal): -14824299 or 9817117. OLE color: 9817117.

HSL color Cylindrical-coordinate representation of color #1DCC95: hue angle of 161.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC95 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 204 149 -
CMYK 0.86 0 0.27 0.2
HSL 161.14º 0.75% 0.46% -
HSV(B) 161.14º 0.86% 0.8% -
XYZ 27.52 45.62 35.79 -
YUV 145.41 130.02 44.97 -
System Red Green Blue C M Y K H S L
Decimal 29 204 149 0.86 0 0.27 0.2 161.14 0.75 0.46
Hex 1D CC 95 56 0 1B 14 A1 4B 2E
Octal 35 314 225 126 0 33 24 241 113 56
Binary 11101 11001100 10010101 1010110 0 11011 10100 10100001 1001011 101110

Color Harmonies of #1DCC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCC95

Black with #1DCC95

Text Example


Text Example

White with #1DCC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,204,149); }

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

background-color css

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

 a { background-color: rgb(29,204,149); }

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

border-color css

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

 span { border-color: rgb(29,204,149); }

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