Html Css Color HEX #1AD68A Shamrock

📋 copy color: '#1AD68A'

red 26 ◦ green 214 ◦ blue 138

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

Shades of Shamrock #1AD68A

Tints of Shamrock #1AD68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 6.88%
G = 56.61%
B = 36.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#1AD68A (or 0x1AD68A) is known color: Shamrock. HEX triplet: 1A, D6 and 8A. RGB value is (26,214,138). Sum of RGB (Red+Green+Blue) = 26+214+138=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD68A is #E52975. Grayscale: #959595. Windows color (decimal): -15018358 or 9098778. OLE color: 9098778.

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

Color convert

RGB 26 214 138 -
CMYK 0.88 0 0.36 0.16
HSL 155.74º 0.78% 0.47% -
HSV(B) 155.74º 0.88% 0.84% -
XYZ 29.06 50.15 32.19 -
YUV 149.12 121.72 40.18 -
System Red Green Blue C M Y K H S L
Decimal 26 214 138 0.88 0 0.36 0.16 155.74 0.78 0.47
Hex 1A D6 8A 58 0 24 10 9C 4E 2F
Octal 32 326 212 130 0 44 20 234 116 57
Binary 11010 11010110 10001010 1011000 0 100100 10000 10011100 1001110 101111

Color Harmonies of #1AD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AD68A

Black with #1AD68A

Text Example


Text Example

White with #1AD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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