Html Css Color HEX #1ABD3C Dark Pastel Green

📋 copy color: '#1ABD3C'

red 26 ◦ green 189 ◦ blue 60

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

Shades of Dark Pastel Green #1ABD3C

Tints of Dark Pastel Green #1ABD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 68.73%

 BLUE value IS 60 (23.83% from 255) = 21.82%

R = 9.45%
G = 68.73%
B = 21.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#1ABD3C (or 0x1ABD3C) is known color: Dark Pastel Green. HEX triplet: 1A, BD and 3C. RGB value is (26,189,60). Sum of RGB (Red+Green+Blue) = 26+189+60=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABD3C is #E542C3. Grayscale: #7D7D7D. Windows color (decimal): -15024836 or 3980570. OLE color: 3980570.

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

Color convert

RGB 26 189 60 -
CMYK 0.86 0 0.68 0.26
HSL 132.52º 0.76% 0.42% -
HSV(B) 132.52º 0.86% 0.74% -
XYZ 19.44 36.94 10.38 -
YUV 125.56 91 56.99 -
System Red Green Blue C M Y K H S L
Decimal 26 189 60 0.86 0 0.68 0.26 132.52 0.76 0.42
Hex 1A BD 3C 56 0 44 1A 85 4C 2A
Octal 32 275 74 126 0 104 32 205 114 52
Binary 11010 10111101 111100 1010110 0 1000100 11010 10000101 1001100 101010

Color Harmonies of #1ABD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD3C

Black with #1ABD3C

Text Example


Text Example

White with #1ABD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,189,60); }

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

background-color css

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

 a { background-color: rgb(26,189,60); }

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

border-color css

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

 span { border-color: rgb(26,189,60); }

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