Html Css Color HEX #16BD50 Dark Pastel Green

📋 copy color: '#16BD50'

red 22 ◦ green 189 ◦ blue 80

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

Shades of Dark Pastel Green #16BD50

Tints of Dark Pastel Green #16BD50

RGB

 RED value IS 22 (8.98% from 255) = 7.56%

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

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 7.56%
G = 64.95%
B = 27.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#16BD50 (or 0x16BD50) is known color: Dark Pastel Green. HEX triplet: 16, BD and 50. RGB value is (22,189,80). Sum of RGB (Red+Green+Blue) = 22+189+80=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BD50 is #E942AF. Grayscale: #7E7E7E. Windows color (decimal): -15286960 or 5291286. OLE color: 5291286.

HSL color Cylindrical-coordinate representation of color #16BD50: hue angle of 140.84º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BD50 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 189 80 -
CMYK 0.88 0 0.58 0.26
HSL 140.84º 0.79% 0.41% -
HSV(B) 140.84º 0.88% 0.74% -
XYZ 19.98 37.14 13.71 -
YUV 126.64 101.67 53.36 -
System Red Green Blue C M Y K H S L
Decimal 22 189 80 0.88 0 0.58 0.26 140.84 0.79 0.41
Hex 16 BD 50 58 0 3A 1A 8D 4F 29
Octal 26 275 120 130 0 72 32 215 117 51
Binary 10110 10111101 1010000 1011000 0 111010 11010 10001101 1001111 101001

Color Harmonies of #16BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BD50

Black with #16BD50

Text Example


Text Example

White with #16BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16BD50; }

 p { color: rgb(22,189,80); }

 H1.HeaderClassName
 {
   color: #16BD50;
 }
 .AnyTagClassName
 {
   color: #16BD50;
 }
</style>

background-color css

<style>
 a { background-color: #16BD50; }

 a { background-color: rgb(22,189,80); }

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

border-color css

<style>
 span { border-color: #16BD50; }

 span { border-color: rgb(22,189,80); }

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