#16B825

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

Shades of Dark Pastel Green #16B825

Tints of Dark Pastel Green #16B825

Color information

#16B825 (or 0x16B825) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B8 and 25. RGB value is (22,184,37). Sum of RGB (Red+Green+Blue) = 22+184+37=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 184 (72.27% from 255 or 75.72% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 184 - color contains mainly: green. Hex color #16B825 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B825 is #E947DA. Grayscale: #777777. Windows color (decimal): -15288283 or 2471958. OLE color: 2471958.

HSL color Cylindrical-coordinate representation of color #16B825: hue angle of 125.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B825 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB2218437-
CMYK0.8800.800.28
HSL125.56º78.64%40.39%-
HSV(B)125.56º88.04%72.16%-
XYZ17.8134.597.49-
YUV118.881.8358.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 184 (72.27% from 255) = 75.72%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=9.05%
G=75.72%
B=15.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal22184370.8800.800.28125.5678.6440.39
Hex16B825580501C7e4f28
Octal262704513001203417611750
Binary10110101110001001011011000010100001110011111101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,184,37); }

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

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

 a { background-color: rgb(22,184,37); }

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

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

 span { border-color: rgb(22,184,37); }

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