Html Css Color HEX #1ABA3A Dark Pastel Green

📋 copy color: '#1ABA3A'

red 26 ◦ green 186 ◦ blue 58

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

Shades of Dark Pastel Green #1ABA3A

Tints of Dark Pastel Green #1ABA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 9.63%
G = 68.89%
B = 21.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#1ABA3A (or 0x1ABA3A) is known color: Dark Pastel Green. HEX triplet: 1A, BA and 3A. RGB value is (26,186,58). Sum of RGB (Red+Green+Blue) = 26+186+58=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA3A is #E545C5. Grayscale: #7B7B7B. Windows color (decimal): -15025606 or 3848730. OLE color: 3848730.

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

Color convert

RGB 26 186 58 -
CMYK 0.86 0 0.69 0.27
HSL 132º 0.75% 0.42% -
HSV(B) 132º 0.86% 0.73% -
XYZ 18.75 35.64 9.89 -
YUV 123.57 90.99 58.41 -
System Red Green Blue C M Y K H S L
Decimal 26 186 58 0.86 0 0.69 0.27 132 0.75 0.42
Hex 1A BA 3A 56 0 45 1B 84 4B 2A
Octal 32 272 72 126 0 105 33 204 113 52
Binary 11010 10111010 111010 1010110 0 1000101 11011 10000100 1001011 101010

Color Harmonies of #1ABA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABA3A

Black with #1ABA3A

Text Example


Text Example

White with #1ABA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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