#73D06A

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

Shades of Pastel Green #73D06A

Tints of Pastel Green #73D06A

Color information

#73D06A (or 0x73D06A) is unknown color: approx Pastel Green. HEX triplet: 73, D0 and 6A. RGB value is (115,208,106). Sum of RGB (Red+Green+Blue) = 115+208+106=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #73D06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D06A is #8C2F95. Grayscale: #A8A8A8. Windows color (decimal): -9187222 or 7000179. OLE color: 7000179.

HSL color Cylindrical-coordinate representation of color #73D06A: hue angle of 114.71º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73D06A is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB115208106-
CMYK0.4500.490.18
HSL114.71º52.04%61.57%-
HSV(B)114.71º49.04%81.57%-
XYZ32.2349.821.55-
YUV168.5692.6989.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.81%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=26.81%
G=48.48%
B=24.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152081060.4500.490.18114.7152.0461.57
Hex73D06A2D0311273343e
Octal16332015255061221636476
Binary11100111101000011010101011010110001100101110011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73D06A; }

 p { color: rgb(115,208,106); }

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

<style>
 a { background-color: #73D06A; }

 a { background-color: rgb(115,208,106); }

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

<style>
 span { border-color: #73D06A; }

 span { border-color: rgb(115,208,106); }

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