Html Css Color HEX #1AC93E Dark Pastel Green

📋 copy color: '#1AC93E'

red 26 ◦ green 201 ◦ blue 62

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

Shades of Dark Pastel Green #1AC93E

Tints of Dark Pastel Green #1AC93E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 69.55%

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

R = 9%
G = 69.55%
B = 21.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#1AC93E (or 0x1AC93E) is known color: Dark Pastel Green. HEX triplet: 1A, C9 and 3E. RGB value is (26,201,62). Sum of RGB (Red+Green+Blue) = 26+201+62=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 201 (78.91% from 255 or 69.55% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC93E is #E536C1. Grayscale: #858585. Windows color (decimal): -15021762 or 4114714. OLE color: 4114714.

HSL color Cylindrical-coordinate representation of color #1AC93E: hue angle of 132.34º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC93E is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 201 62 -
CMYK 0.87 0 0.69 0.21
HSL 132.34º 0.77% 0.45% -
HSV(B) 132.34º 0.87% 0.79% -
XYZ 22.18 42.34 11.56 -
YUV 132.83 88.02 51.8 -
System Red Green Blue C M Y K H S L
Decimal 26 201 62 0.87 0 0.69 0.21 132.34 0.77 0.45
Hex 1A C9 3E 57 0 45 15 84 4D 2D
Octal 32 311 76 127 0 105 25 204 115 55
Binary 11010 11001001 111110 1010111 0 1000101 10101 10000100 1001101 101101

Color Harmonies of #1AC93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC93E

Black with #1AC93E

Text Example


Text Example

White with #1AC93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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