Html Css Color HEX #1ABC31 Dark Pastel Green

📋 copy color: '#1ABC31'

red 26 ◦ green 188 ◦ blue 49

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

Shades of Dark Pastel Green #1ABC31

Tints of Dark Pastel Green #1ABC31

RGB

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

 GREEN value IS 188 (73.83% from 255) = 71.48%

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 9.89%
G = 71.48%
B = 18.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#1ABC31 (or 0x1ABC31) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 31. RGB value is (26,188,49). Sum of RGB (Red+Green+Blue) = 26+188+49=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 188 (73.83% from 255 or 71.48% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC31 is #E543CE. Grayscale: #7C7C7C. Windows color (decimal): -15025103 or 3259418. OLE color: 3259418.

HSL color Cylindrical-coordinate representation of color #1ABC31: hue angle of 128.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC31 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 49 -
CMYK 0.86 0 0.74 0.26
HSL 128.52º 0.76% 0.42% -
HSV(B) 128.52º 0.86% 0.74% -
XYZ 18.96 36.41 8.93 -
YUV 123.72 85.83 58.3 -
System Red Green Blue C M Y K H S L
Decimal 26 188 49 0.86 0 0.74 0.26 128.52 0.76 0.42
Hex 1A BC 31 56 0 4A 1A 81 4C 2A
Octal 32 274 61 126 0 112 32 201 114 52
Binary 11010 10111100 110001 1010110 0 1001010 11010 10000001 1001100 101010

Color Harmonies of #1ABC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC31

Black with #1ABC31

Text Example


Text Example

White with #1ABC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,49); }

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

background-color css

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

 a { background-color: rgb(26,188,49); }

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

border-color css

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

 span { border-color: rgb(26,188,49); }

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