Html Css Color HEX #1ABA2E Dark Pastel Green

📋 copy color: '#1ABA2E'

red 26 ◦ green 186 ◦ blue 46

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

Shades of Dark Pastel Green #1ABA2E

Tints of Dark Pastel Green #1ABA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.83%

R = 10.08%
G = 72.09%
B = 17.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#1ABA2E (or 0x1ABA2E) is known color: Dark Pastel Green. HEX triplet: 1A, BA and 2E. RGB value is (26,186,46). Sum of RGB (Red+Green+Blue) = 26+186+46=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA2E is #E545D1. Grayscale: #7A7A7A. Windows color (decimal): -15025618 or 3062298. OLE color: 3062298.

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

Color convert

RGB 26 186 46 -
CMYK 0.86 0 0.75 0.27
HSL 127.5º 0.75% 0.42% -
HSV(B) 127.5º 0.86% 0.73% -
XYZ 18.48 35.53 8.47 -
YUV 122.2 84.99 59.38 -
System Red Green Blue C M Y K H S L
Decimal 26 186 46 0.86 0 0.75 0.27 127.5 0.75 0.42
Hex 1A BA 2E 56 0 4B 1B 80 4B 2A
Octal 32 272 56 126 0 113 33 200 113 52
Binary 11010 10111010 101110 1010110 0 1001011 11011 10000000 1001011 101010

Color Harmonies of #1ABA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABA2E

Black with #1ABA2E

Text Example


Text Example

White with #1ABA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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