Html Css Color HEX #1ABF41 Dark Pastel Green

📋 copy color: '#1ABF41'

red 26 ◦ green 191 ◦ blue 65

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

Shades of Dark Pastel Green #1ABF41

Tints of Dark Pastel Green #1ABF41

RGB

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

 GREEN value IS 191 (75% from 255) = 67.73%

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

R = 9.22%
G = 67.73%
B = 23.05%

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

#1ABF41 (or 0x1ABF41) is known color: Dark Pastel Green. HEX triplet: 1A, BF and 41. RGB value is (26,191,65). Sum of RGB (Red+Green+Blue) = 26+191+65=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABF41 is #E540BE. Grayscale: #7F7F7F. Windows color (decimal): -15024319 or 4308762. OLE color: 4308762.

HSL color Cylindrical-coordinate representation of color #1ABF41: hue angle of 134.18º 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 #1ABF41 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 191 65 -
CMYK 0.86 0 0.66 0.25
HSL 134.18º 0.76% 0.43% -
HSV(B) 134.18º 0.86% 0.75% -
XYZ 20.01 37.86 11.25 -
YUV 127.3 92.84 55.75 -
System Red Green Blue C M Y K H S L
Decimal 26 191 65 0.86 0 0.66 0.25 134.18 0.76 0.43
Hex 1A BF 41 56 0 42 19 86 4C 2B
Octal 32 277 101 126 0 102 31 206 114 53
Binary 11010 10111111 1000001 1010110 0 1000010 11001 10000110 1001100 101011

Color Harmonies of #1ABF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABF41

Black with #1ABF41

Text Example


Text Example

White with #1ABF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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