Html Css Color HEX #1AD28F Shamrock

📋 copy color: '#1AD28F'

red 26 ◦ green 210 ◦ blue 143

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

Shades of Shamrock #1AD28F

Tints of Shamrock #1AD28F

RGB

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

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

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

R = 6.86%
G = 55.41%
B = 37.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#1AD28F (or 0x1AD28F) is known color: Shamrock. HEX triplet: 1A, D2 and 8F. RGB value is (26,210,143). Sum of RGB (Red+Green+Blue) = 26+210+143=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD28F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD28F is #E52D70. Grayscale: #939393. Windows color (decimal): -15019377 or 9425434. OLE color: 9425434.

HSL color Cylindrical-coordinate representation of color #1AD28F: hue angle of 158.15º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD28F is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 26 210 143 -
CMYK 0.88 0 0.32 0.18
HSL 158.15º 0.78% 0.46% -
HSV(B) 158.15º 0.88% 0.82% -
XYZ 28.43 48.3 33.81 -
YUV 147.35 125.54 41.45 -
System Red Green Blue C M Y K H S L
Decimal 26 210 143 0.88 0 0.32 0.18 158.15 0.78 0.46
Hex 1A D2 8F 58 0 20 12 9E 4E 2E
Octal 32 322 217 130 0 40 22 236 116 56
Binary 11010 11010010 10001111 1011000 0 100000 10010 10011110 1001110 101110

Color Harmonies of #1AD28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD28F

Black with #1AD28F

Text Example


Text Example

White with #1AD28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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