Html Css Color HEX #16C048 Dark Pastel Green

📋 copy color: '#16C048'

red 22 ◦ green 192 ◦ blue 72

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

Shades of Dark Pastel Green #16C048

Tints of Dark Pastel Green #16C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.13%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 7.69%
G = 67.13%
B = 25.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#16C048 (or 0x16C048) is known color: Dark Pastel Green. HEX triplet: 16, C0 and 48. RGB value is (22,192,72). Sum of RGB (Red+Green+Blue) = 22+192+72=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #16C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C048 is #E93FB7. Grayscale: #7F7F7F. Windows color (decimal): -15286200 or 4767766. OLE color: 4767766.

HSL color Cylindrical-coordinate representation of color #16C048: hue angle of 137.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C048 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 192 72 -
CMYK 0.89 0 0.63 0.25
HSL 137.65º 0.79% 0.42% -
HSV(B) 137.65º 0.89% 0.75% -
XYZ 20.35 38.34 12.46 -
YUV 127.49 96.68 52.76 -
System Red Green Blue C M Y K H S L
Decimal 22 192 72 0.89 0 0.63 0.25 137.65 0.79 0.42
Hex 16 C0 48 59 0 3F 19 8A 4F 2A
Octal 26 300 110 131 0 77 31 212 117 52
Binary 10110 11000000 1001000 1011001 0 111111 11001 10001010 1001111 101010

Color Harmonies of #16C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C048

Black with #16C048

Text Example


Text Example

White with #16C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,192,72); }

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

background-color css

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

 a { background-color: rgb(22,192,72); }

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

border-color css

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

 span { border-color: rgb(22,192,72); }

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