#14B61B

Color #14B61B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #14B61B

Tints of Dark Pastel Green #14B61B

Color information

#14B61B (or 0x14B61B) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B6 and 1B. RGB value is (20,182,27). Sum of RGB (Red+Green+Blue) = 20+182+27=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 182 (71.48% from 255 or 79.48% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 182 - color contains mainly: green. Hex color #14B61B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B61B is #EB49E4. Grayscale: #747474. Windows color (decimal): -15419877 or 1816084. OLE color: 1816084.

HSL color Cylindrical-coordinate representation of color #14B61B: hue angle of 122.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B61B is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB2018227-
CMYK0.8900.850.29
HSL122.59º80.2%39.61%-
HSV(B)122.59º89.01%71.37%-
XYZ17.2133.686.63-
YUV115.8977.8359.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.73%
GREEN value IS 182 (71.48% from 255) = 79.48%
BLUE value IS 27 (10.94% from 255) = 11.79%
R=8.73%
G=79.48%
B=11.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20182270.8900.850.29122.5980.239.61
Hex14B61B590551D7b5028
Octal242663313101253517312050
Binary1010010110110110111011001010101011110111110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14B61B; }

 p { color: rgb(20,182,27); }

 H1.HeaderClassName
 {
   color: #14B61B;
 }
 .AnyTagClassName
 {
   color: #14B61B;
 }
</style>
background-color css

<style>
 a { background-color: #14B61B; }

 a { background-color: rgb(20,182,27); }

 div.DivClassName
 {
   background-color: #14B61B;
 }
 .BgClassName
 {
   background-color: #14B61B;
 }
</style>
border-color css

<style>
 span { border-color: #14B61B; }

 span { border-color: rgb(20,182,27); }

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