Html Css Color HEX #1AB952 Dark Pastel Green

📋 copy color: '#1AB952'

red 26 ◦ green 185 ◦ blue 82

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

Shades of Dark Pastel Green #1AB952

Tints of Dark Pastel Green #1AB952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.99%

R = 8.87%
G = 63.14%
B = 27.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#1AB952 (or 0x1AB952) is known color: Dark Pastel Green. HEX triplet: 1A, B9 and 52. RGB value is (26,185,82). Sum of RGB (Red+Green+Blue) = 26+185+82=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB952 is #E546AD. Grayscale: #7D7D7D. Windows color (decimal): -15025838 or 5421338. OLE color: 5421338.

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

Color convert

RGB 26 185 82 -
CMYK 0.86 0 0.56 0.27
HSL 141.13º 0.75% 0.41% -
HSV(B) 141.13º 0.86% 0.73% -
XYZ 19.3 35.53 13.82 -
YUV 125.72 103.32 56.88 -
System Red Green Blue C M Y K H S L
Decimal 26 185 82 0.86 0 0.56 0.27 141.13 0.75 0.41
Hex 1A B9 52 56 0 38 1B 8D 4B 29
Octal 32 271 122 126 0 70 33 215 113 51
Binary 11010 10111001 1010010 1010110 0 111000 11011 10001101 1001011 101001

Color Harmonies of #1AB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB952

Black with #1AB952

Text Example


Text Example

White with #1AB952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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