Html Css Color HEX #1ABF49 Dark Pastel Green

📋 copy color: '#1ABF49'

red 26 ◦ green 191 ◦ blue 73

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

Shades of Dark Pastel Green #1ABF49

Tints of Dark Pastel Green #1ABF49

RGB

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

 GREEN value IS 191 (75% from 255) = 65.86%

 BLUE value IS 73 (28.91% from 255) = 25.17%

R = 8.97%
G = 65.86%
B = 25.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#1ABF49 (or 0x1ABF49) is known color: Dark Pastel Green. HEX triplet: 1A, BF and 49. RGB value is (26,191,73). Sum of RGB (Red+Green+Blue) = 26+191+73=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 191 (75% from 255 or 65.86% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABF49 is #E540B6. Grayscale: #808080. Windows color (decimal): -15024311 or 4833050. OLE color: 4833050.

HSL color Cylindrical-coordinate representation of color #1ABF49: hue angle of 137.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABF49 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 191 73 -
CMYK 0.86 0 0.62 0.25
HSL 137.09º 0.76% 0.43% -
HSV(B) 137.09º 0.86% 0.75% -
XYZ 20.26 37.96 12.56 -
YUV 128.21 96.84 55.09 -
System Red Green Blue C M Y K H S L
Decimal 26 191 73 0.86 0 0.62 0.25 137.09 0.76 0.43
Hex 1A BF 49 56 0 3E 19 89 4C 2B
Octal 32 277 111 126 0 76 31 211 114 53
Binary 11010 10111111 1001001 1010110 0 111110 11001 10001001 1001100 101011

Color Harmonies of #1ABF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABF49

Black with #1ABF49

Text Example


Text Example

White with #1ABF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,191,73); }

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

background-color css

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

 a { background-color: rgb(26,191,73); }

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

border-color css

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

 span { border-color: rgb(26,191,73); }

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