Html Css Color HEX #1ABA4A Dark Pastel Green

📋 copy color: '#1ABA4A'

red 26 ◦ green 186 ◦ blue 74

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

Shades of Dark Pastel Green #1ABA4A

Tints of Dark Pastel Green #1ABA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.03%

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

R = 9.09%
G = 65.03%
B = 25.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#1ABA4A (or 0x1ABA4A) is known color: Dark Pastel Green. HEX triplet: 1A, BA and 4A. RGB value is (26,186,74). Sum of RGB (Red+Green+Blue) = 26+186+74=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA4A is #E545B5. Grayscale: #7D7D7D. Windows color (decimal): -15025590 or 4897306. OLE color: 4897306.

HSL color Cylindrical-coordinate representation of color #1ABA4A: hue angle of 138º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA4A is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 186 74 -
CMYK 0.86 0 0.60 0.27
HSL 138º 0.75% 0.42% -
HSV(B) 138º 0.86% 0.73% -
XYZ 19.22 35.83 12.38 -
YUV 125.39 98.99 57.11 -
System Red Green Blue C M Y K H S L
Decimal 26 186 74 0.86 0 0.60 0.27 138 0.75 0.42
Hex 1A BA 4A 56 0 3C 1B 8A 4B 2A
Octal 32 272 112 126 0 74 33 212 113 52
Binary 11010 10111010 1001010 1010110 0 111100 11011 10001010 1001011 101010

Color Harmonies of #1ABA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABA4A

Black with #1ABA4A

Text Example


Text Example

White with #1ABA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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