Html Css Color HEX #1AC041 Dark Pastel Green

📋 copy color: '#1AC041'

red 26 ◦ green 192 ◦ blue 65

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

Shades of Dark Pastel Green #1AC041

Tints of Dark Pastel Green #1AC041

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.84%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 9.19%
G = 67.84%
B = 22.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#1AC041 (or 0x1AC041) is known color: Dark Pastel Green. HEX triplet: 1A, C0 and 41. RGB value is (26,192,65). Sum of RGB (Red+Green+Blue) = 26+192+65=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC041 is #E53FBE. Grayscale: #808080. Windows color (decimal): -15024063 or 4309018. OLE color: 4309018.

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

Color convert

RGB 26 192 65 -
CMYK 0.86 0 0.66 0.25
HSL 134.1º 0.76% 0.43% -
HSV(B) 134.1º 0.86% 0.75% -
XYZ 20.23 38.3 11.33 -
YUV 127.89 92.5 55.33 -
System Red Green Blue C M Y K H S L
Decimal 26 192 65 0.86 0 0.66 0.25 134.1 0.76 0.43
Hex 1A C0 41 56 0 42 19 86 4C 2B
Octal 32 300 101 126 0 102 31 206 114 53
Binary 11010 11000000 1000001 1010110 0 1000010 11001 10000110 1001100 101011

Color Harmonies of #1AC041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC041

Black with #1AC041

Text Example


Text Example

White with #1AC041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,192,65); }

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

background-color css

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

 a { background-color: rgb(26,192,65); }

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

border-color css

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

 span { border-color: rgb(26,192,65); }

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