Html Css Color HEX #1ABC52 Dark Pastel Green

📋 copy color: '#1ABC52'

red 26 ◦ green 188 ◦ blue 82

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

Shades of Dark Pastel Green #1ABC52

Tints of Dark Pastel Green #1ABC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.51%

 BLUE value IS 82 (32.42% from 255) = 27.7%

R = 8.78%
G = 63.51%
B = 27.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#1ABC52 (or 0x1ABC52) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 52. RGB value is (26,188,82). Sum of RGB (Red+Green+Blue) = 26+188+82=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC52 is #E543AD. Grayscale: #7F7F7F. Windows color (decimal): -15025070 or 5422106. OLE color: 5422106.

HSL color Cylindrical-coordinate representation of color #1ABC52: hue angle of 140.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC52 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 82 -
CMYK 0.86 0 0.56 0.26
HSL 140.74º 0.76% 0.42% -
HSV(B) 140.74º 0.86% 0.74% -
XYZ 19.93 36.8 14.03 -
YUV 127.48 102.33 55.62 -
System Red Green Blue C M Y K H S L
Decimal 26 188 82 0.86 0 0.56 0.26 140.74 0.76 0.42
Hex 1A BC 52 56 0 38 1A 8D 4C 2A
Octal 32 274 122 126 0 70 32 215 114 52
Binary 11010 10111100 1010010 1010110 0 111000 11010 10001101 1001100 101010

Color Harmonies of #1ABC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC52

Black with #1ABC52

Text Example


Text Example

White with #1ABC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,82); }

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

background-color css

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

 a { background-color: rgb(26,188,82); }

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

border-color css

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

 span { border-color: rgb(26,188,82); }

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