Html Css Color HEX #1AB42B Dark Pastel Green

📋 copy color: '#1AB42B'

red 26 ◦ green 180 ◦ blue 43

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

Shades of Dark Pastel Green #1AB42B

Tints of Dark Pastel Green #1AB42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 72.29%

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 10.44%
G = 72.29%
B = 17.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#1AB42B (or 0x1AB42B) is known color: Dark Pastel Green. HEX triplet: 1A, B4 and 2B. RGB value is (26,180,43). Sum of RGB (Red+Green+Blue) = 26+180+43=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 180 (70.70% from 255 or 72.29% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB42B is #E54BD4. Grayscale: #767676. Windows color (decimal): -15027157 or 2864154. OLE color: 2864154.

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

Color convert

RGB 26 180 43 -
CMYK 0.86 0 0.76 0.29
HSL 126.62º 0.75% 0.4% -
HSV(B) 126.62º 0.86% 0.71% -
XYZ 17.18 33.04 7.76 -
YUV 118.34 85.48 62.14 -
System Red Green Blue C M Y K H S L
Decimal 26 180 43 0.86 0 0.76 0.29 126.62 0.75 0.4
Hex 1A B4 2B 56 0 4C 1D 7F 4B 28
Octal 32 264 53 126 0 114 35 177 113 50
Binary 11010 10110100 101011 1010110 0 1001100 11101 1111111 1001011 101000

Color Harmonies of #1AB42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB42B

Black with #1AB42B

Text Example


Text Example

White with #1AB42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,180,43); }

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

background-color css

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

 a { background-color: rgb(26,180,43); }

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

border-color css

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

 span { border-color: rgb(26,180,43); }

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