Html Css Color HEX #1ABD32 Dark Pastel Green

📋 copy color: '#1ABD32'

red 26 ◦ green 189 ◦ blue 50

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

Shades of Dark Pastel Green #1ABD32

Tints of Dark Pastel Green #1ABD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 71.32%

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

R = 9.81%
G = 71.32%
B = 18.87%

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

#1ABD32 (or 0x1ABD32) is known color: Dark Pastel Green. HEX triplet: 1A, BD and 32. RGB value is (26,189,50). Sum of RGB (Red+Green+Blue) = 26+189+50=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABD32 is #E542CD. Grayscale: #7C7C7C. Windows color (decimal): -15024846 or 3325210. OLE color: 3325210.

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

Color convert

RGB 26 189 50 -
CMYK 0.86 0 0.74 0.26
HSL 128.83º 0.76% 0.42% -
HSV(B) 128.83º 0.86% 0.74% -
XYZ 19.2 36.85 9.12 -
YUV 124.42 86 57.8 -
System Red Green Blue C M Y K H S L
Decimal 26 189 50 0.86 0 0.74 0.26 128.83 0.76 0.42
Hex 1A BD 32 56 0 4A 1A 81 4C 2A
Octal 32 275 62 126 0 112 32 201 114 52
Binary 11010 10111101 110010 1010110 0 1001010 11010 10000001 1001100 101010

Color Harmonies of #1ABD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD32

Black with #1ABD32

Text Example


Text Example

White with #1ABD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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