Html Css Color HEX #1AB950 Dark Pastel Green

📋 copy color: '#1AB950'

red 26 ◦ green 185 ◦ blue 80

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

Shades of Dark Pastel Green #1AB950

Tints of Dark Pastel Green #1AB950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 8.93%
G = 63.57%
B = 27.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#1AB950 (or 0x1AB950) is known color: Dark Pastel Green. HEX triplet: 1A, B9 and 50. RGB value is (26,185,80). Sum of RGB (Red+Green+Blue) = 26+185+80=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB950 is #E546AF. Grayscale: #7D7D7D. Windows color (decimal): -15025840 or 5290266. OLE color: 5290266.

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

Color convert

RGB 26 185 80 -
CMYK 0.86 0 0.57 0.27
HSL 140.38º 0.75% 0.41% -
HSV(B) 140.38º 0.86% 0.73% -
XYZ 19.22 35.5 13.43 -
YUV 125.49 102.32 57.04 -
System Red Green Blue C M Y K H S L
Decimal 26 185 80 0.86 0 0.57 0.27 140.38 0.75 0.41
Hex 1A B9 50 56 0 39 1B 8C 4B 29
Octal 32 271 120 126 0 71 33 214 113 51
Binary 11010 10111001 1010000 1010110 0 111001 11011 10001100 1001011 101001

Color Harmonies of #1AB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB950

Black with #1AB950

Text Example


Text Example

White with #1AB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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