Html Css Color HEX #1ADC85 Shamrock

📋 copy color: '#1ADC85'

red 26 ◦ green 220 ◦ blue 133

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

Shades of Shamrock #1ADC85

Tints of Shamrock #1ADC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.09%

R = 6.86%
G = 58.05%
B = 35.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#1ADC85 (or 0x1ADC85) is known color: Shamrock. HEX triplet: 1A, DC and 85. RGB value is (26,220,133). Sum of RGB (Red+Green+Blue) = 26+220+133=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC85 is #E5237A. Grayscale: #989898. Windows color (decimal): -15016827 or 8772634. OLE color: 8772634.

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

Color convert

RGB 26 220 133 -
CMYK 0.88 0 0.40 0.14
HSL 153.09º 0.79% 0.48% -
HSV(B) 153.09º 0.88% 0.86% -
XYZ 30.25 53.1 30.85 -
YUV 152.08 117.23 38.07 -
System Red Green Blue C M Y K H S L
Decimal 26 220 133 0.88 0 0.40 0.14 153.09 0.79 0.48
Hex 1A DC 85 58 0 28 E 99 4F 30
Octal 32 334 205 130 0 50 16 231 117 60
Binary 11010 11011100 10000101 1011000 0 101000 1110 10011001 1001111 110000

Color Harmonies of #1ADC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADC85

Black with #1ADC85

Text Example


Text Example

White with #1ADC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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