Html Css Color HEX #1AB14B Dark Pastel Green

📋 copy color: '#1AB14B'

red 26 ◦ green 177 ◦ blue 75

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

Shades of Dark Pastel Green #1AB14B

Tints of Dark Pastel Green #1AB14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 63.67%

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 9.35%
G = 63.67%
B = 26.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#1AB14B (or 0x1AB14B) is known color: Dark Pastel Green. HEX triplet: 1A, B1 and 4B. RGB value is (26,177,75). Sum of RGB (Red+Green+Blue) = 26+177+75=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 177 (69.53% from 255 or 63.67% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1AB14B is #E54EB4. Grayscale: #787878. Windows color (decimal): -15027893 or 4960538. OLE color: 4960538.

HSL color Cylindrical-coordinate representation of color #1AB14B: hue angle of 139.47º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB14B is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 177 75 -
CMYK 0.85 0 0.58 0.31
HSL 139.47º 0.74% 0.4% -
HSV(B) 139.47º 0.85% 0.69% -
XYZ 17.42 32.17 11.95 -
YUV 120.22 102.47 60.79 -
System Red Green Blue C M Y K H S L
Decimal 26 177 75 0.85 0 0.58 0.31 139.47 0.74 0.4
Hex 1A B1 4B 55 0 3A 1F 8B 4A 28
Octal 32 261 113 125 0 72 37 213 112 50
Binary 11010 10110001 1001011 1010101 0 111010 11111 10001011 1001010 101000

Color Harmonies of #1AB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB14B

Black with #1AB14B

Text Example


Text Example

White with #1AB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,177,75); }

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

background-color css

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

 a { background-color: rgb(26,177,75); }

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

border-color css

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

 span { border-color: rgb(26,177,75); }

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