Html Css Color HEX #1CDD8C Shamrock

📋 copy color: '#1CDD8C'

red 28 ◦ green 221 ◦ blue 140

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

Shades of Shamrock #1CDD8C

Tints of Shamrock #1CDD8C

RGB

 RED value IS 28 (11.33% from 255) = 7.2%

 GREEN value IS 221 (86.72% from 255) = 56.81%

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 7.2%
G = 56.81%
B = 35.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#1CDD8C (or 0x1CDD8C) is known color: Shamrock. HEX triplet: 1C, DD and 8C. RGB value is (28,221,140). Sum of RGB (Red+Green+Blue) = 28+221+140=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDD8C is #E32273. Grayscale: #9A9A9A. Windows color (decimal): -14885492 or 9231644. OLE color: 9231644.

HSL color Cylindrical-coordinate representation of color #1CDD8C: hue angle of 154.82º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD8C is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 221 140 -
CMYK 0.87 0 0.37 0.13
HSL 154.82º 0.78% 0.49% -
HSV(B) 154.82º 0.87% 0.87% -
XYZ 31.07 53.85 33.57 -
YUV 154.06 120.06 38.09 -
System Red Green Blue C M Y K H S L
Decimal 28 221 140 0.87 0 0.37 0.13 154.82 0.78 0.49
Hex 1C DD 8C 57 0 25 D 9B 4E 31
Octal 34 335 214 127 0 45 15 233 116 61
Binary 11100 11011101 10001100 1010111 0 100101 1101 10011011 1001110 110001

Color Harmonies of #1CDD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDD8C

Black with #1CDD8C

Text Example


Text Example

White with #1CDD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,221,140); }

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

background-color css

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

 a { background-color: rgb(28,221,140); }

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

border-color css

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

 span { border-color: rgb(28,221,140); }

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