Html Css Color HEX #1ABC32 Dark Pastel Green

📋 copy color: '#1ABC32'

red 26 ◦ green 188 ◦ blue 50

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

Shades of Dark Pastel Green #1ABC32

Tints of Dark Pastel Green #1ABC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.94%

R = 9.85%
G = 71.21%
B = 18.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#1ABC32 (or 0x1ABC32) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 32. RGB value is (26,188,50). Sum of RGB (Red+Green+Blue) = 26+188+50=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC32 is #E543CD. Grayscale: #7C7C7C. Windows color (decimal): -15025102 or 3324954. OLE color: 3324954.

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

Color convert

RGB 26 188 50 -
CMYK 0.86 0 0.73 0.26
HSL 128.89º 0.76% 0.42% -
HSV(B) 128.89º 0.86% 0.74% -
XYZ 18.98 36.42 9.05 -
YUV 123.83 86.33 58.22 -
System Red Green Blue C M Y K H S L
Decimal 26 188 50 0.86 0 0.73 0.26 128.89 0.76 0.42
Hex 1A BC 32 56 0 49 1A 81 4C 2A
Octal 32 274 62 126 0 111 32 201 114 52
Binary 11010 10111100 110010 1010110 0 1001001 11010 10000001 1001100 101010

Color Harmonies of #1ABC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC32

Black with #1ABC32

Text Example


Text Example

White with #1ABC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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