Html Css Color HEX #1CD690 Shamrock

📋 copy color: '#1CD690'

red 28 ◦ green 214 ◦ blue 144

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

Shades of Shamrock #1CD690

Tints of Shamrock #1CD690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.44%

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 7.25%
G = 55.44%
B = 37.31%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#1CD690 (or 0x1CD690) is known color: Shamrock. HEX triplet: 1C, D6 and 90. RGB value is (28,214,144). Sum of RGB (Red+Green+Blue) = 28+214+144=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #1CD690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD690 is #E3296F. Grayscale: #969696. Windows color (decimal): -14887280 or 9491996. OLE color: 9491996.

HSL color Cylindrical-coordinate representation of color #1CD690: hue angle of 157.42º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD690 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 214 144 -
CMYK 0.87 0 0.33 0.16
HSL 157.42º 0.77% 0.47% -
HSV(B) 157.42º 0.87% 0.84% -
XYZ 29.56 50.35 34.55 -
YUV 150.41 124.38 40.69 -
System Red Green Blue C M Y K H S L
Decimal 28 214 144 0.87 0 0.33 0.16 157.42 0.77 0.47
Hex 1C D6 90 57 0 21 10 9D 4D 2F
Octal 34 326 220 127 0 41 20 235 115 57
Binary 11100 11010110 10010000 1010111 0 100001 10000 10011101 1001101 101111

Color Harmonies of #1CD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD690

Black with #1CD690

Text Example


Text Example

White with #1CD690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,214,144); }

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

background-color css

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

 a { background-color: rgb(28,214,144); }

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

border-color css

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

 span { border-color: rgb(28,214,144); }

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