Html Css Color HEX #1ADD8F Shamrock

📋 copy color: '#1ADD8F'

red 26 ◦ green 221 ◦ blue 143

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

Shades of Shamrock #1ADD8F

Tints of Shamrock #1ADD8F

RGB

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

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

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

R = 6.67%
G = 56.67%
B = 36.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#1ADD8F (or 0x1ADD8F) is known color: Shamrock. HEX triplet: 1A, DD and 8F. RGB value is (26,221,143). Sum of RGB (Red+Green+Blue) = 26+221+143=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADD8F is #E52270. Grayscale: #999999. Windows color (decimal): -15016561 or 9428250. OLE color: 9428250.

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

Color convert

RGB 26 221 143 -
CMYK 0.88 0 0.35 0.13
HSL 156º 0.79% 0.48% -
HSV(B) 156º 0.88% 0.87% -
XYZ 31.24 53.92 34.75 -
YUV 153.8 121.9 36.84 -
System Red Green Blue C M Y K H S L
Decimal 26 221 143 0.88 0 0.35 0.13 156 0.79 0.48
Hex 1A DD 8F 58 0 23 D 9C 4F 30
Octal 32 335 217 130 0 43 15 234 117 60
Binary 11010 11011101 10001111 1011000 0 100011 1101 10011100 1001111 110000

Color Harmonies of #1ADD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADD8F

Black with #1ADD8F

Text Example


Text Example

White with #1ADD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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