Html Css Color HEX #1AD68C Shamrock

📋 copy color: '#1AD68C'

red 26 ◦ green 214 ◦ blue 140

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

Shades of Shamrock #1AD68C

Tints of Shamrock #1AD68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.32%

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 6.84%
G = 56.32%
B = 36.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#1AD68C (or 0x1AD68C) is known color: Shamrock. HEX triplet: 1A, D6 and 8C. RGB value is (26,214,140). Sum of RGB (Red+Green+Blue) = 26+214+140=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD68C is #E52973. Grayscale: #959595. Windows color (decimal): -15018356 or 9229850. OLE color: 9229850.

HSL color Cylindrical-coordinate representation of color #1AD68C: hue angle of 156.38º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD68C is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 214 140 -
CMYK 0.88 0 0.35 0.16
HSL 156.38º 0.78% 0.47% -
HSV(B) 156.38º 0.88% 0.84% -
XYZ 29.21 50.21 32.96 -
YUV 149.35 122.72 40.02 -
System Red Green Blue C M Y K H S L
Decimal 26 214 140 0.88 0 0.35 0.16 156.38 0.78 0.47
Hex 1A D6 8C 58 0 23 10 9C 4E 2F
Octal 32 326 214 130 0 43 20 234 116 57
Binary 11010 11010110 10001100 1011000 0 100011 10000 10011100 1001110 101111

Color Harmonies of #1AD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD68C

Black with #1AD68C

Text Example


Text Example

White with #1AD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,214,140); }

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

background-color css

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

 a { background-color: rgb(26,214,140); }

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

border-color css

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

 span { border-color: rgb(26,214,140); }

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