Html Css Color HEX #1AB953 Dark Pastel Green

📋 copy color: '#1AB953'

red 26 ◦ green 185 ◦ blue 83

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

Shades of Dark Pastel Green #1AB953

Tints of Dark Pastel Green #1AB953

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.93%

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 8.84%
G = 62.93%
B = 28.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#1AB953 (or 0x1AB953) is known color: Dark Pastel Green. HEX triplet: 1A, B9 and 53. RGB value is (26,185,83). Sum of RGB (Red+Green+Blue) = 26+185+83=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 185 (72.66% from 255 or 62.93% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB953 is #E546AC. Grayscale: #7E7E7E. Windows color (decimal): -15025837 or 5486874. OLE color: 5486874.

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

Color convert

RGB 26 185 83 -
CMYK 0.86 0 0.55 0.27
HSL 141.51º 0.75% 0.41% -
HSV(B) 141.51º 0.86% 0.73% -
XYZ 19.34 35.54 14.02 -
YUV 125.83 103.82 56.79 -
System Red Green Blue C M Y K H S L
Decimal 26 185 83 0.86 0 0.55 0.27 141.51 0.75 0.41
Hex 1A B9 53 56 0 37 1B 8E 4B 29
Octal 32 271 123 126 0 67 33 216 113 51
Binary 11010 10111001 1010011 1010110 0 110111 11011 10001110 1001011 101001

Color Harmonies of #1AB953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB953

Black with #1AB953

Text Example


Text Example

White with #1AB953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,185,83); }

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

background-color css

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

 a { background-color: rgb(26,185,83); }

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

border-color css

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

 span { border-color: rgb(26,185,83); }

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