Html Css Color HEX #1AB940 Dark Pastel Green

📋 copy color: '#1AB940'

red 26 ◦ green 185 ◦ blue 64

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

Shades of Dark Pastel Green #1AB940

Tints of Dark Pastel Green #1AB940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 9.45%
G = 67.27%
B = 23.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#1AB940 (or 0x1AB940) is known color: Dark Pastel Green. HEX triplet: 1A, B9 and 40. RGB value is (26,185,64). Sum of RGB (Red+Green+Blue) = 26+185+64=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 185 (72.66% from 255 or 67.27% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB940 is #E546BF. Grayscale: #7B7B7B. Windows color (decimal): -15025856 or 4241690. OLE color: 4241690.

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

Color convert

RGB 26 185 64 -
CMYK 0.86 0 0.65 0.27
HSL 134.34º 0.75% 0.41% -
HSV(B) 134.34º 0.86% 0.73% -
XYZ 18.7 35.29 10.68 -
YUV 123.67 94.32 58.34 -
System Red Green Blue C M Y K H S L
Decimal 26 185 64 0.86 0 0.65 0.27 134.34 0.75 0.41
Hex 1A B9 40 56 0 41 1B 86 4B 29
Octal 32 271 100 126 0 101 33 206 113 51
Binary 11010 10111001 1000000 1010110 0 1000001 11011 10000110 1001011 101001

Color Harmonies of #1AB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB940

Black with #1AB940

Text Example


Text Example

White with #1AB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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