Html Css Color HEX #1ADC8F Shamrock

📋 copy color: '#1ADC8F'

red 26 ◦ green 220 ◦ blue 143

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

Shades of Shamrock #1ADC8F

Tints of Shamrock #1ADC8F

RGB

 RED value IS 26 (10.55% from 255) = 6.68%

 GREEN value IS 220 (86.33% from 255) = 56.56%

 BLUE value IS 143 (56.25% from 255) = 36.76%

R = 6.68%
G = 56.56%
B = 36.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#1ADC8F (or 0x1ADC8F) is known color: Shamrock. HEX triplet: 1A, DC and 8F. RGB value is (26,220,143). Sum of RGB (Red+Green+Blue) = 26+220+143=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC8F is #E52370. Grayscale: #999999. Windows color (decimal): -15016817 or 9427994. OLE color: 9427994.

HSL color Cylindrical-coordinate representation of color #1ADC8F: hue angle of 156.19º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADC8F is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 220 143 -
CMYK 0.88 0 0.35 0.14
HSL 156.19º 0.79% 0.48% -
HSV(B) 156.19º 0.88% 0.86% -
XYZ 30.98 53.39 34.66 -
YUV 153.22 122.23 37.26 -
System Red Green Blue C M Y K H S L
Decimal 26 220 143 0.88 0 0.35 0.14 156.19 0.79 0.48
Hex 1A DC 8F 58 0 23 E 9C 4F 30
Octal 32 334 217 130 0 43 16 234 117 60
Binary 11010 11011100 10001111 1011000 0 100011 1110 10011100 1001111 110000

Color Harmonies of #1ADC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC8F

Black with #1ADC8F

Text Example


Text Example

White with #1ADC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,220,143); }

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

background-color css

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

 a { background-color: rgb(26,220,143); }

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

border-color css

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

 span { border-color: rgb(26,220,143); }

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