Html Css Color HEX #1ABD4A Dark Pastel Green

📋 copy color: '#1ABD4A'

red 26 ◦ green 189 ◦ blue 74

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

Shades of Dark Pastel Green #1ABD4A

Tints of Dark Pastel Green #1ABD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 65.4%

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

R = 9%
G = 65.4%
B = 25.61%

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

#1ABD4A (or 0x1ABD4A) is known color: Dark Pastel Green. HEX triplet: 1A, BD and 4A. RGB value is (26,189,74). Sum of RGB (Red+Green+Blue) = 26+189+74=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABD4A is #E542B5. Grayscale: #7F7F7F. Windows color (decimal): -15024822 or 4898074. OLE color: 4898074.

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

Color convert

RGB 26 189 74 -
CMYK 0.86 0 0.61 0.26
HSL 137.67º 0.76% 0.42% -
HSV(B) 137.67º 0.86% 0.74% -
XYZ 19.86 37.11 12.59 -
YUV 127.15 98 55.85 -
System Red Green Blue C M Y K H S L
Decimal 26 189 74 0.86 0 0.61 0.26 137.67 0.76 0.42
Hex 1A BD 4A 56 0 3D 1A 8A 4C 2A
Octal 32 275 112 126 0 75 32 212 114 52
Binary 11010 10111101 1001010 1010110 0 111101 11010 10001010 1001100 101010

Color Harmonies of #1ABD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD4A

Black with #1ABD4A

Text Example


Text Example

White with #1ABD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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