Html Css Color HEX #1ABC51 Dark Pastel Green

📋 copy color: '#1ABC51'

red 26 ◦ green 188 ◦ blue 81

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

Shades of Dark Pastel Green #1ABC51

Tints of Dark Pastel Green #1ABC51

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.73%

 BLUE value IS 81 (32.03% from 255) = 27.46%

R = 8.81%
G = 63.73%
B = 27.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#1ABC51 (or 0x1ABC51) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 51. RGB value is (26,188,81). Sum of RGB (Red+Green+Blue) = 26+188+81=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC51 is #E543AE. Grayscale: #7F7F7F. Windows color (decimal): -15025071 or 5356570. OLE color: 5356570.

HSL color Cylindrical-coordinate representation of color #1ABC51: hue angle of 140.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC51 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 81 -
CMYK 0.86 0 0.57 0.26
HSL 140.37º 0.76% 0.42% -
HSV(B) 140.37º 0.86% 0.74% -
XYZ 19.89 36.78 13.84 -
YUV 127.36 101.83 55.7 -
System Red Green Blue C M Y K H S L
Decimal 26 188 81 0.86 0 0.57 0.26 140.37 0.76 0.42
Hex 1A BC 51 56 0 39 1A 8C 4C 2A
Octal 32 274 121 126 0 71 32 214 114 52
Binary 11010 10111100 1010001 1010110 0 111001 11010 10001100 1001100 101010

Color Harmonies of #1ABC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC51

Black with #1ABC51

Text Example


Text Example

White with #1ABC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,81); }

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

background-color css

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

 a { background-color: rgb(26,188,81); }

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

border-color css

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

 span { border-color: rgb(26,188,81); }

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