Html Css Color HEX #1AB850 Dark Pastel Green

📋 copy color: '#1AB850'

red 26 ◦ green 184 ◦ blue 80

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

Shades of Dark Pastel Green #1AB850

Tints of Dark Pastel Green #1AB850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 63.45%

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

R = 8.97%
G = 63.45%
B = 27.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#1AB850 (or 0x1AB850) is known color: Dark Pastel Green. HEX triplet: 1A, B8 and 50. RGB value is (26,184,80). Sum of RGB (Red+Green+Blue) = 26+184+80=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 184 (72.27% from 255 or 63.45% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB850 is #E547AF. Grayscale: #7D7D7D. Windows color (decimal): -15026096 or 5290010. OLE color: 5290010.

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

Color convert

RGB 26 184 80 -
CMYK 0.86 0 0.57 0.28
HSL 140.51º 0.75% 0.41% -
HSV(B) 140.51º 0.86% 0.72% -
XYZ 19.01 35.08 13.36 -
YUV 124.9 102.65 57.46 -
System Red Green Blue C M Y K H S L
Decimal 26 184 80 0.86 0 0.57 0.28 140.51 0.75 0.41
Hex 1A B8 50 56 0 39 1C 8D 4B 29
Octal 32 270 120 126 0 71 34 215 113 51
Binary 11010 10111000 1010000 1010110 0 111001 11100 10001101 1001011 101001

Color Harmonies of #1AB850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB850

Black with #1AB850

Text Example


Text Example

White with #1AB850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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