Html Css Color HEX #1ABC4A Dark Pastel Green

📋 copy color: '#1ABC4A'

red 26 ◦ green 188 ◦ blue 74

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

Shades of Dark Pastel Green #1ABC4A

Tints of Dark Pastel Green #1ABC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 9.03%
G = 65.28%
B = 25.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#1ABC4A (or 0x1ABC4A) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 4A. RGB value is (26,188,74). Sum of RGB (Red+Green+Blue) = 26+188+74=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC4A is #E543B5. Grayscale: #7E7E7E. Windows color (decimal): -15025078 or 4897818. OLE color: 4897818.

HSL color Cylindrical-coordinate representation of color #1ABC4A: hue angle of 137.78º 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 #1ABC4A is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 74 -
CMYK 0.86 0 0.61 0.26
HSL 137.78º 0.76% 0.42% -
HSV(B) 137.78º 0.86% 0.74% -
XYZ 19.65 36.68 12.52 -
YUV 126.57 98.33 56.27 -
System Red Green Blue C M Y K H S L
Decimal 26 188 74 0.86 0 0.61 0.26 137.78 0.76 0.42
Hex 1A BC 4A 56 0 3D 1A 8A 4C 2A
Octal 32 274 112 126 0 75 32 212 114 52
Binary 11010 10111100 1001010 1010110 0 111101 11010 10001010 1001100 101010

Color Harmonies of #1ABC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC4A

Black with #1ABC4A

Text Example


Text Example

White with #1ABC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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