Html Css Color HEX #1AC93A Dark Pastel Green

📋 copy color: '#1AC93A'

red 26 ◦ green 201 ◦ blue 58

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

Shades of Dark Pastel Green #1AC93A

Tints of Dark Pastel Green #1AC93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 9.12%
G = 70.53%
B = 20.35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#1AC93A (or 0x1AC93A) is known color: Dark Pastel Green. HEX triplet: 1A, C9 and 3A. RGB value is (26,201,58). Sum of RGB (Red+Green+Blue) = 26+201+58=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 201 (78.91% from 255 or 70.53% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC93A is #E536C5. Grayscale: #848484. Windows color (decimal): -15021766 or 3852570. OLE color: 3852570.

HSL color Cylindrical-coordinate representation of color #1AC93A: hue angle of 130.97º 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 #1AC93A is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 201 58 -
CMYK 0.87 0 0.71 0.21
HSL 130.97º 0.77% 0.45% -
HSV(B) 130.97º 0.87% 0.79% -
XYZ 22.08 42.3 11 -
YUV 132.37 86.02 52.13 -
System Red Green Blue C M Y K H S L
Decimal 26 201 58 0.87 0 0.71 0.21 130.97 0.77 0.45
Hex 1A C9 3A 57 0 47 15 83 4D 2D
Octal 32 311 72 127 0 107 25 203 115 55
Binary 11010 11001001 111010 1010111 0 1000111 10101 10000011 1001101 101101

Color Harmonies of #1AC93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC93A

Black with #1AC93A

Text Example


Text Example

White with #1AC93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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