Html Css Color HEX #1ACC95 Shamrock

📋 copy color: '#1ACC95'

red 26 ◦ green 204 ◦ blue 149

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

Shades of Shamrock #1ACC95

Tints of Shamrock #1ACC95

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.83%

 BLUE value IS 149 (58.59% from 255) = 39.31%

R = 6.86%
G = 53.83%
B = 39.31%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#1ACC95 (or 0x1ACC95) is known color: Shamrock. HEX triplet: 1A, CC and 95. RGB value is (26,204,149). Sum of RGB (Red+Green+Blue) = 26+204+149=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACC95 is #E5336A. Grayscale: #909090. Windows color (decimal): -15020907 or 9817114. OLE color: 9817114.

HSL color Cylindrical-coordinate representation of color #1ACC95: hue angle of 161.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACC95 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 26 204 149 -
CMYK 0.87 0 0.27 0.2
HSL 161.46º 0.77% 0.45% -
HSV(B) 161.46º 0.87% 0.8% -
XYZ 27.44 45.58 35.78 -
YUV 144.51 130.53 43.47 -
System Red Green Blue C M Y K H S L
Decimal 26 204 149 0.87 0 0.27 0.2 161.46 0.77 0.45
Hex 1A CC 95 57 0 1B 14 A1 4D 2D
Octal 32 314 225 127 0 33 24 241 115 55
Binary 11010 11001100 10010101 1010111 0 11011 10100 10100001 1001101 101101

Color Harmonies of #1ACC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACC95

Black with #1ACC95

Text Example


Text Example

White with #1ACC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,204,149); }

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

background-color css

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

 a { background-color: rgb(26,204,149); }

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

border-color css

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

 span { border-color: rgb(26,204,149); }

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