Html Css Color HEX #1CD290 Shamrock

📋 copy color: '#1CD290'

red 28 ◦ green 210 ◦ blue 144

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

Shades of Shamrock #1CD290

Tints of Shamrock #1CD290

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.97%

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

R = 7.33%
G = 54.97%
B = 37.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#1CD290 (or 0x1CD290) is known color: Shamrock. HEX triplet: 1C, D2 and 90. RGB value is (28,210,144). Sum of RGB (Red+Green+Blue) = 28+210+144=382 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.33% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD290 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD290 is #E32D6F. Grayscale: #949494. Windows color (decimal): -14888304 or 9490972. OLE color: 9490972.

HSL color Cylindrical-coordinate representation of color #1CD290: hue angle of 158.24º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD290 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 210 144 -
CMYK 0.87 0 0.31 0.18
HSL 158.24º 0.76% 0.47% -
HSV(B) 158.24º 0.87% 0.82% -
XYZ 28.56 48.35 34.21 -
YUV 148.06 125.7 42.37 -
System Red Green Blue C M Y K H S L
Decimal 28 210 144 0.87 0 0.31 0.18 158.24 0.76 0.47
Hex 1C D2 90 57 0 1F 12 9E 4C 2F
Octal 34 322 220 127 0 37 22 236 114 57
Binary 11100 11010010 10010000 1010111 0 11111 10010 10011110 1001100 101111

Color Harmonies of #1CD290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD290

Black with #1CD290

Text Example


Text Example

White with #1CD290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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