Html Css Color HEX #1AB93E Dark Pastel Green

📋 copy color: '#1AB93E'

red 26 ◦ green 185 ◦ blue 62

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

Shades of Dark Pastel Green #1AB93E

Tints of Dark Pastel Green #1AB93E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 67.77%

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 9.52%
G = 67.77%
B = 22.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#1AB93E (or 0x1AB93E) is known color: Dark Pastel Green. HEX triplet: 1A, B9 and 3E. RGB value is (26,185,62). Sum of RGB (Red+Green+Blue) = 26+185+62=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 185 (72.66% from 255 or 67.77% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB93E is #E546C1. Grayscale: #7B7B7B. Windows color (decimal): -15025858 or 4110618. OLE color: 4110618.

HSL color Cylindrical-coordinate representation of color #1AB93E: hue angle of 133.58º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB93E is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 185 62 -
CMYK 0.86 0 0.66 0.27
HSL 133.58º 0.75% 0.41% -
HSV(B) 133.58º 0.86% 0.73% -
XYZ 18.64 35.27 10.38 -
YUV 123.44 93.32 58.5 -
System Red Green Blue C M Y K H S L
Decimal 26 185 62 0.86 0 0.66 0.27 133.58 0.75 0.41
Hex 1A B9 3E 56 0 42 1B 86 4B 29
Octal 32 271 76 126 0 102 33 206 113 51
Binary 11010 10111001 111110 1010110 0 1000010 11011 10000110 1001011 101001

Color Harmonies of #1AB93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB93E

Black with #1AB93E

Text Example


Text Example

White with #1AB93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,185,62); }

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

background-color css

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

 a { background-color: rgb(26,185,62); }

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

border-color css

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

 span { border-color: rgb(26,185,62); }

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