Html Css Color HEX #16C130 Dark Pastel Green

📋 copy color: '#16C130'

red 22 ◦ green 193 ◦ blue 48

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

Shades of Dark Pastel Green #16C130

Tints of Dark Pastel Green #16C130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 73.38%

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 8.37%
G = 73.38%
B = 18.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#16C130 (or 0x16C130) is known color: Dark Pastel Green. HEX triplet: 16, C1 and 30. RGB value is (22,193,48). Sum of RGB (Red+Green+Blue) = 22+193+48=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 193 (75.78% from 255 or 73.38% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 193 - color contains mainly: green. Hex color #16C130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C130 is #E93ECF. Grayscale: #7D7D7D. Windows color (decimal): -15285968 or 3195158. OLE color: 3195158.

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

Color convert

RGB 22 193 48 -
CMYK 0.89 0 0.75 0.24
HSL 129.12º 0.8% 0.42% -
HSV(B) 129.12º 0.89% 0.76% -
XYZ 19.93 38.52 9.18 -
YUV 125.34 84.35 54.29 -
System Red Green Blue C M Y K H S L
Decimal 22 193 48 0.89 0 0.75 0.24 129.12 0.8 0.42
Hex 16 C1 30 59 0 4B 18 81 50 2A
Octal 26 301 60 131 0 113 30 201 120 52
Binary 10110 11000001 110000 1011001 0 1001011 11000 10000001 1010000 101010

Color Harmonies of #16C130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C130

Black with #16C130

Text Example


Text Example

White with #16C130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,193,48); }

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

background-color css

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

 a { background-color: rgb(22,193,48); }

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

border-color css

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

 span { border-color: rgb(22,193,48); }

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