Html Css Color HEX #1ADC95 Shamrock

📋 copy color: '#1ADC95'

red 26 ◦ green 220 ◦ blue 149

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

Shades of Shamrock #1ADC95

Tints of Shamrock #1ADC95

RGB

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

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

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

R = 6.58%
G = 55.7%
B = 37.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#1ADC95 (or 0x1ADC95) is known color: Shamrock. HEX triplet: 1A, DC and 95. RGB value is (26,220,149). Sum of RGB (Red+Green+Blue) = 26+220+149=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC95 is #E5236A. Grayscale: #999999. Windows color (decimal): -15016811 or 9821210. OLE color: 9821210.

HSL color Cylindrical-coordinate representation of color #1ADC95: hue angle of 158.04º 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 #1ADC95 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 220 149 -
CMYK 0.88 0 0.32 0.14
HSL 158.04º 0.79% 0.48% -
HSV(B) 158.04º 0.88% 0.86% -
XYZ 31.44 53.58 37.12 -
YUV 153.9 125.23 36.77 -
System Red Green Blue C M Y K H S L
Decimal 26 220 149 0.88 0 0.32 0.14 158.04 0.79 0.48
Hex 1A DC 95 58 0 20 E 9E 4F 30
Octal 32 334 225 130 0 40 16 236 117 60
Binary 11010 11011100 10010101 1011000 0 100000 1110 10011110 1001111 110000

Color Harmonies of #1ADC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC95

Black with #1ADC95

Text Example


Text Example

White with #1ADC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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